|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AppIdentityService | The AppIdentityService allows you to sign arbitrary byte
array using per app private key maintained by App Egnine, and also
you can retrieve a list of public certificates which can be used to
verify the signature. |
Class Summary | |
---|---|
AppIdentityService.GetAccessTokenResult | GetAccessTokenResult is returned by getAccessToken. |
AppIdentityService.SigningResult | SigningResult is returned by signForApp, which contains
signing key name and signature. |
AppIdentityServiceFactory | Creates new instances of the App identity service. |
PublicCertificate | PublicCertificate contains an x509 public certificate in
PEM format and a string which is used to identify this certificate. |
Exception Summary | |
---|---|
AppIdentityServiceFailureException | AppIdentityServiceFailureException is thrown when any unknown
error occurs while communicating with the app identity service. |
Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private key.
AppIdentityService
,
The
App Identity Java API in the Google App Engine Developer's
Guide.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |