X509Cert
Types
Builder for X.509 certificate.
Properties
The authority key identifier (OID 2.5.29.35), or null
if not present in the certificate.
The OIDs for X.509 extensions which are marked as critical.
The public key in the certificate, as an Elliptic Curve key.
The list of decoded extensions information.
The Java X509 certificate from the encoded certificate data.
The key usage (OID 2.5.29.15) or the empty set if not present.
The OIDs for X.509 extensions which are not marked as critical.
The certificate serial number.
The signature algorithm for the certificate.
The signature algorithm for the certificate as OID string.
The subject key identifier (OID 2.5.29.14), or null
if not present in the certificate.
The bytes of TBSCertificate.
The point in time where the certificate is valid until.
The point in time where the certificate is valid from.
Functions
Gets the bytes of a X.509 extension.
Gets an DataItem with the encoded X.509 certificate.
Checks if the certificate was signed with a given key.