CertificateAuthority

data class CertificateAuthority(val pathLength: Int?) : Role(source)

Parameters

pathLength

how many CA certificates may follow; null leaves it unconstrained.

Constructors

Link copied to clipboard
constructor(pathLength: Int?)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun extensions(subjectKey: CryptoPublicKey, issuerKey: CryptoPublicKey): List<X509CertificateExtension>