Bouncy Castle Cryptography Library 1.46

org.bouncycastle.pkcs
Class EncryptedPrivateKeyInfoBuilder

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

public class EncryptedPrivateKeyInfoBuilder
extends java.lang.Object

A class for creating EncryptedPrivateKeyInfo structures.

 EncryptedPrivateKeyInfo ::= SEQUENCE {
      encryptionAlgorithm AlgorithmIdentifier {{KeyEncryptionAlgorithms}},
      encryptedData EncryptedData
 }

 EncryptedData ::= OCTET STRING

 KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= {
          ... -- For local profiles
 }
 


Constructor Summary
EncryptedPrivateKeyInfoBuilder(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
           
 
Method Summary
 EncryptedPrivateKeyInfoHolder build(OutputEncryptor encryptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptedPrivateKeyInfoBuilder

public EncryptedPrivateKeyInfoBuilder(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
Method Detail

build

public EncryptedPrivateKeyInfoHolder build(OutputEncryptor encryptor)

Bouncy Castle Cryptography Library 1.46