public class

EncryptedPrivateKeyInfoHolder

extends Object
java.lang.Object
   ↳ org.bouncycastle.pkcs.EncryptedPrivateKeyInfoHolder

Class Overview

Holding class for a PKCS#8 EncryptedPrivateKeyInfo structure.

Summary

Public Constructors
EncryptedPrivateKeyInfoHolder(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo)
Public Methods
byte[] getEncoded()
EncryptedPrivateKeyInfo toASN1Structure()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EncryptedPrivateKeyInfoHolder (EncryptedPrivateKeyInfo encryptedPrivateKeyInfo)

Public Methods

public byte[] getEncoded ()

Throws
IOException

public EncryptedPrivateKeyInfo toASN1Structure ()