EncryptedPrivateKey
class EncryptedPrivateKey(val encryptionAlgorithm: ObjectIdentifier, val encryptedData: ByteArray) : PemEncodable<Asn1Sequence> (source)
Representation of an encrypted private key structure as per RFC 5208
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Encodes this PemEncodable into a PEM-encoded string
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard