public class Certificate extends NativeObject
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFingerprint() |
The certificate's fingerprint (Getter)
|
java.lang.String |
getIssuerName() |
The name of the certificate's issuer (CA) (Getter)
|
java.time.OffsetDateTime |
getNotAfter() |
The date after which the certificate is no longer valid.
|
java.time.OffsetDateTime |
getNotBefore() |
The date on which the certificate becomes valid.
|
byte[] |
getRawData() |
The raw data of the certificate as a byte array (Getter)
|
java.util.EnumSet<DataSource> |
getSource() |
Source of the certificate (Getter)
|
java.lang.String |
getSubjectName() |
The name (subject) of the certificate (Getter)
|
ConstraintResult |
getValidity() |
Whether the certificate is valid according to the validation profile used (Getter)
|
equals, hashCode
public java.lang.String getSubjectName()
public java.lang.String getIssuerName()
public java.time.OffsetDateTime getNotAfter()
public java.time.OffsetDateTime getNotBefore()
public java.lang.String getFingerprint()
public byte[] getRawData()
public java.util.EnumSet<DataSource> getSource()
public ConstraintResult getValidity()