com.google.appengine.api.appidentity
Class PublicCertificate
- java.lang.Object
-
- com.google.appengine.api.appidentity.PublicCertificate
-
- All Implemented Interfaces:
- java.io.Serializable
public final class PublicCertificate extends java.lang.Object implements java.io.Serializable
PublicCertificate
contains 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 and Description PublicCertificate(java.lang.String certficiateName, java.lang.String x509CertificateInPemFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getCertificateName()
java.lang.String
getX509CertificateInPemFormat()
-