X509Certificate Data
class X509CertificateData(val publicKey: PublicKey?, val issuerCn: String?, val issuerDn: String?, val subjectCn: String?, val subjectDn: String?, val serialNumber: String?, val isSelfSigned: Boolean? = false, val isCaCertificate: Boolean? = false, val validFrom: Date?, val validUntil: Date?)
Provides metadata of signing certificate
Constructors
Properties
Link copied to clipboard
Returns true if the certificate is a CA certificate, false otherwise.
Link copied to clipboard
Returns true if the certificate is self-signed, false otherwise.
Link copied to clipboard
The certificate's serial number.
Link copied to clipboard
Returns the "valid_until" date of this certificate. After this date the certificate is not valid.