Bouncy Castle Cryptography Library 1.46

org.bouncycastle.pkcs
Class EncryptedPrivateKeyInfoHolder

java.lang.Object
  extended by org.bouncycastle.pkcs.EncryptedPrivateKeyInfoHolder

public class EncryptedPrivateKeyInfoHolder
extends java.lang.Object

Holding class for a PKCS#8 EncryptedPrivateKeyInfo structure.


Constructor Summary
EncryptedPrivateKeyInfoHolder(org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo encryptedPrivateKeyInfo)
           
 
Method Summary
 byte[] getEncoded()
           
 org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo toASN1Structure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedPrivateKeyInfoHolder

public EncryptedPrivateKeyInfoHolder(org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo encryptedPrivateKeyInfo)
Method Detail

toASN1Structure

public org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo toASN1Structure()

getEncoded

public byte[] getEncoded()
                  throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.46