Class PublicCertificate
- java.lang.Object
-
- com.google.appengine.api.appidentity.PublicCertificate
-
- All Implemented Interfaces:
Serializable
public final class PublicCertificate extends Object implements Serializable
PublicCertificatecontains an x509 public certificate in PEM format and a string which is used to identify this certificate.- See Also:
- RFC 5280 for the specification of x509 certificates., Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PublicCertificate(String certficiateName, String x509CertificateInPemFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCertificateName()StringgetX509CertificateInPemFormat()
-