ParsedCertificate

class ParsedCertificate(val certificateElement: Asn1Element, val tbsCertificate: Asn1Element, val extensions: List<CertificateExtension>)(source)

Represents a parsed X.509 certificate with easy access to CT-relevant parts.

Constructors

Link copied to clipboard
constructor(certificateElement: Asn1Element, tbsCertificate: Asn1Element, extensions: List<CertificateExtension>)

Properties

Link copied to clipboard

The complete certificate ASN.1 element.

Link copied to clipboard

The parsed extensions, if present.

Link copied to clipboard

The TBS (To Be Signed) certificate ASN.1 element.