public interface X509CertificateInfoVBean
Represents a Domain Certificate (an X509Certificate managed by the Certificate Management Service).
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
IDENTITY_CERTIFICATE |
A certificate used to establish the identity of some entity
in the domain, and associated a corresponding private key.
|
static java.lang.String |
TRUST_CERTIFICATE |
A certificate, typically a self-signed root CA certificate,
that is trusted by the domain.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAlias() |
Get the alias for this certificate.
|
java.lang.String |
getEntryType() |
Get the entry type for this certificate: either
TRUST_CERTIFICATE
or IDENTITY_CERTIFICATE . |
java.lang.String |
getIssuer() |
Get the Issuer field from the certificate.
|
long |
getNotAfter() |
Get the Not After field from the certificate
(i.e., when the validity period ends).
|
long |
getNotBefore() |
Get the Not Before field from the certificate
(i.e., when the validity period starts).
|
java.lang.String |
getSerialNumber() |
Get the Serial Number field from the certificate.
|
java.lang.String |
getSubject() |
Get the Subject field from the certificate.
|
static final java.lang.String TRUST_CERTIFICATE
static final java.lang.String IDENTITY_CERTIFICATE
java.lang.String getAlias()
java.lang.String getEntryType()
TRUST_CERTIFICATE
or IDENTITY_CERTIFICATE
.java.lang.String getSubject()
java.lang.String getIssuer()
java.lang.String getSerialNumber()
long getNotBefore()
long getNotAfter()