CertificateMaterial

data class CertificateMaterial(val serialNumber: BigInteger, val startDate: Date, val endDate: Date, val keyUsage: Int, val extendedKeyUsage: Optional<String>, val pathLengthConstraint: Int)

Constructors

Link copied to clipboard
constructor(serialNumber: BigInteger, startDate: Date, endDate: Date, keyUsage: Int, extendedKeyUsage: Optional<String>, pathLengthConstraint: Int)

Types

Link copied to clipboard
object Companion

Properties

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