X509Cert
A data type for a X.509 certificate.
Parameters
the bytes of the X.509 certificate in DER encoding.
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 or CRL as Algorithm.
The signature algorithm for the CRL as OID string.
The subject key identifier (OID 2.5.29.14), or null if not present in the certificate.
The bytes of TBS sequence.
The point in time where the certificate is valid until.
The point in time where the certificate is valid from.