EncryptedPrivateKey
class EncryptedPrivateKey(val encryptionAlgorithm: ObjectIdentifier, val encryptedData: ByteArray) : PemEncodable<Asn1Sequence> (source)
Representation of an encrypted private key structure as per RFC 5208
Representation of an encrypted private key structure as per RFC 5208