com.google.appengine.api.appidentity
Class AppIdentityService.SigningResult
- java.lang.Object
-
- com.google.appengine.api.appidentity.AppIdentityService.SigningResult
-
- Enclosing interface:
- AppIdentityService
public static class AppIdentityService.SigningResult extends java.lang.Object
SigningResult
is returned by signForApp, which contains signing key name and signature.
-
-
Constructor Summary
Constructors Constructor and Description SigningResult(java.lang.String keyName, byte[] signature)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getKeyName()
byte[]
getSignature()
-