Uses of Class
com.google.appengine.api.appidentity.AppIdentityService.SigningResult
-
Packages that use AppIdentityService.SigningResult Package Description com.google.appengine.api.appidentity Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private key. -
-
Uses of AppIdentityService.SigningResult in com.google.appengine.api.appidentity
Methods in com.google.appengine.api.appidentity that return AppIdentityService.SigningResult Modifier and Type Method Description AppIdentityService.SigningResult
AppIdentityService. signForApp(byte[] signBlob)
Requests to sign arbitrary byte array using per app private key.
-