Class EncryptedPrivateKeyInfo
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Pkcs
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class EncryptedPrivateKeyInfo : Asn1Encodable, IAsn1Convertible
- Inheritance
-
EncryptedPrivateKeyInfo
- Implements
- Inherited Members
Constructors
EncryptedPrivateKeyInfo(AlgorithmIdentifier, byte[])
public EncryptedPrivateKeyInfo(AlgorithmIdentifier algId, byte[] encoding)
Parameters
algId
AlgorithmIdentifierencoding
byte[]
Properties
EncryptionAlgorithm
public AlgorithmIdentifier EncryptionAlgorithm { get; }
Property Value
Methods
GetEncryptedData()
public byte[] GetEncryptedData()
Returns
- byte[]
GetInstance(object)
public static EncryptedPrivateKeyInfo GetInstance(object obj)
Parameters
obj
object
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()