Class PublicCertificate

  • All Implemented Interfaces:
    Serializable

    public final class PublicCertificate
    extends Object
    implements 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​(String certficiateName,
                                 String x509CertificateInPemFormat)
        Parameters:
        certficiateName - name of the certificate.
        x509CertificateInPemFormat - x509 certificate in pem format.
    • Method Detail

      • getCertificateName

        public String getCertificateName()
      • getX509CertificateInPemFormat

        public String getX509CertificateInPemFormat()