Table of Contents

Class Pkcs8EncryptedPrivateKeyInfo

Namespace
Enterprises.Org.BouncyCastle.Pkcs
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class Pkcs8EncryptedPrivateKeyInfo
Inheritance
Pkcs8EncryptedPrivateKeyInfo
Inherited Members

Constructors

Pkcs8EncryptedPrivateKeyInfo(EncryptedPrivateKeyInfo)

public Pkcs8EncryptedPrivateKeyInfo(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo)

Parameters

encryptedPrivateKeyInfo EncryptedPrivateKeyInfo

Pkcs8EncryptedPrivateKeyInfo(byte[])

public Pkcs8EncryptedPrivateKeyInfo(byte[] encryptedPrivateKeyInfo)

Parameters

encryptedPrivateKeyInfo byte[]

Methods

DecryptPrivateKeyInfo(IDecryptorBuilderProvider)

public PrivateKeyInfo DecryptPrivateKeyInfo(IDecryptorBuilderProvider inputDecryptorProvider)

Parameters

inputDecryptorProvider IDecryptorBuilderProvider

Returns

PrivateKeyInfo

GetEncoded()

public byte[] GetEncoded()

Returns

byte[]

GetEncryptedData()

public byte[] GetEncryptedData()

Returns

byte[]

ToAsn1Structure()

public EncryptedPrivateKeyInfo ToAsn1Structure()

Returns

EncryptedPrivateKeyInfo