EncryptedPrivateKeyInfo public class EncryptedPrivateKeyInfo : Asn1Encodable Documentation Code public AlgorithmIdentifier EncryptionAlgorithm { get; } public EncryptedPrivateKeyInfo(AlgorithmIdentifier algId, byte[] encoding) public static EncryptedPrivateKeyInfo GetInstance(object obj) public static EncryptedPrivateKeyInfo GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public static EncryptedPrivateKeyInfo GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit) public byte[] GetEncryptedData()