Table of Contents

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 AlgorithmIdentifier
encoding byte[]

Properties

EncryptionAlgorithm

public AlgorithmIdentifier EncryptionAlgorithm { get; }

Property Value

AlgorithmIdentifier

Methods

GetEncryptedData()

public byte[] GetEncryptedData()

Returns

byte[]

GetInstance(object)

public static EncryptedPrivateKeyInfo GetInstance(object obj)

Parameters

obj object

Returns

EncryptedPrivateKeyInfo

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object