public static class AppIdentityService.SigningResult
extends java.lang.Object
SigningResult
is returned by signForApp, which contains
signing key name and signature.Constructor and Description |
---|
AppIdentityService.SigningResult(java.lang.String keyName,
byte[] signature) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKeyName() |
byte[] |
getSignature() |