<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.0-beta.106" />

EncryptedPrivateKeyInfo

public EncryptedPrivateKeyInfo(AlgorithmIdentifier algId, byte[] encoding)

public EncryptedPrivateKeyInfo(AlgorithmIdentifier encryptionAlgorithm, Asn1OctetString encryptedData)

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()