Uses of Package
com.google.appengine.api.appidentity
-
Packages that use com.google.appengine.api.appidentity Package Description com.google.appengine.api.appidentity Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private key. -
Classes in com.google.appengine.api.appidentity used by com.google.appengine.api.appidentity Class Description AppIdentityService TheAppIdentityServiceallows you to sign an arbitrary byte array using a per app private key maintained by App Engine, and to retrieve a list of public certificates which can be used to verify the signature.AppIdentityService.GetAccessTokenResult GetAccessTokenResultis returned by getAccessToken.AppIdentityService.ParsedAppId Class holding the results of parsing a full application id into its constituent parts.AppIdentityService.SigningResult SigningResultis returned by signForApp, which contains signing key name and signature.PublicCertificate PublicCertificatecontains an x509 public certificate in PEM format and a string which is used to identify this certificate.