Uses of Class
com.google.appengine.api.appidentity.PublicCertificate
-
Packages that use PublicCertificate Package Description com.google.appengine.api.appidentity Provides a service to sign arbitrary byte arrays using an internally-generated, rotated private key. -
-
Uses of PublicCertificate in com.google.appengine.api.appidentity
Methods in com.google.appengine.api.appidentity that return types with arguments of type PublicCertificate Modifier and Type Method Description Collection<PublicCertificate>AppIdentityService. getPublicCertificatesForApp()Retrieves a list of public certificates.
-