Package-level declarations
Types
Link copied to clipboard
Represents a parsed X.509 extension.
Link copied to clipboard
object CertificateExtensions
CT-relevant X.509 extension OIDs.
Link copied to clipboard
object CertificateParser
Parses X.509 certificates to extract CT-relevant information.
Link copied to clipboard
class ParsedCertificate(val certificateElement: Asn1Element, val tbsCertificate: Asn1Element, val extensions: List<CertificateExtension>)
Represents a parsed X.509 certificate with easy access to CT-relevant parts.
Link copied to clipboard
object TbsCertificateBuilder
Reconstructs the TBS certificate bytes for SCT signature verification.