Package-level declarations

Types

Link copied to clipboard
object PemFormat

PEM X.509 certificates reader & writer

Link copied to clipboard
object RootCA

Custom TrustAnchors

Properties

Link copied to clipboard

Returns the certificate subject DN (common name) from the certificate

Link copied to clipboard

Returns the certificate expiry date time in UTC.

Link copied to clipboard

Returns true if the certificate is a CA certificate.

Link copied to clipboard

Returns true if the certificate is an intermediate CA certificate, false otherwise.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns true if the certificate is any of the custom Root CAs

Link copied to clipboard

Returns true if the given cert chain is signed by custom Root CAs.

Link copied to clipboard
Link copied to clipboard

Returns true if the certificate is self-signed, false otherwise.

Link copied to clipboard

Returns the subject alternative names from the certificate.

Functions

Link copied to clipboard

Returns true if the certificate is signed by the given ca cert., false otherwise.