SubjectPublicKeyInfo

@Serializable
data class SubjectPublicKeyInfo(val algorithmIdentifier: X509AlgorithmIdentifier, val subjectPublicKey: Asn1BitString) : WithPemLabel(source)

As per RFC5280:

SubjectPublicKeyInfo ::= SEQUENCE {
algorithm AlgorithmIdentifier,
subjectPublicKey BIT STRING
}

Constructors

Link copied to clipboard
constructor(algorithmIdentifier: X509AlgorithmIdentifier, subjectPublicKey: Asn1BitString)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val pemLabel: String
Link copied to clipboard

Functions