CertifiedKey

data class CertifiedKey(val keyInfo: KeyInfo, val certChain: X509CertChain)

A certified key consisting of a key created in a SecureArea and its certification certificate chain.

Constructors

Link copied to clipboard
constructor(keyInfo: KeyInfo, certChain: X509CertChain)

Properties

Link copied to clipboard

The alias of the key in the SecureArea.

Link copied to clipboard

the certificate chain certifying the key.

Link copied to clipboard

information about the key in the SecureArea.