public final class PublicCertificate implements SerializablePublicCertificate 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.
Implements
SerializableConstructors
PublicCertificate(String certficiateName, String x509CertificateInPemFormat)
public PublicCertificate(String certficiateName, String x509CertificateInPemFormat)| Parameters | |
|---|---|
| Name | Description | 
certficiateName | 
        Stringname of the certificate.  | 
      
x509CertificateInPemFormat | 
        Stringx509 certificate in pem format.  | 
      
Methods
getCertificateName()
public String getCertificateName()| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getX509CertificateInPemFormat()
public String getX509CertificateInPemFormat()| Returns | |
|---|---|
| Type | Description | 
String | 
        |