public class

EncryptedPrivateKeyInfoBuilder

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

Class Overview

A class for creating EncryptedPrivateKeyInfo structures.

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

 EncryptedData ::= OCTET STRING

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

Summary

Public Constructors
EncryptedPrivateKeyInfoBuilder(PrivateKeyInfo privateKeyInfo)
Public Methods
EncryptedPrivateKeyInfoHolder build(OutputEncryptor encryptor)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EncryptedPrivateKeyInfoBuilder (PrivateKeyInfo privateKeyInfo)

Public Methods