Class PublicCertificate (2.0.0)

public final class PublicCertificate 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.

Inheritance

java.lang.Object > PublicCertificate

Implements

Serializable

Constructors

PublicCertificate(String certficiateName, String x509CertificateInPemFormat)

public PublicCertificate(String certficiateName, String x509CertificateInPemFormat)
Parameters
Name Description
certficiateName String

name of the certificate.

x509CertificateInPemFormat String

x509 certificate in pem format.

Methods

getCertificateName()

public String getCertificateName()
Returns
Type Description
String

getX509CertificateInPemFormat()

public String getX509CertificateInPemFormat()
Returns
Type Description
String