PublicCertificate (Google App Engine API for Java)

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 Detail

      • PublicCertificate

        public PublicCertificate(java.lang.String certficiateName,
                                 java.lang.String x509CertificateInPemFormat)
        Parameters:
        certficiateName - name of the certificate.
        x509CertificateInPemFormat - x509 certificate in pem format.
    • Method Detail

      • getCertificateName

        public java.lang.String getCertificateName()
      • getX509CertificateInPemFormat

        public java.lang.String getX509CertificateInPemFormat()