| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo
public class EncryptedPrivateKeyInfo
| Field Summary | 
|---|
| Constructor Summary | |
|---|---|
EncryptedPrivateKeyInfo(AlgorithmIdentifier algId,
                        byte[] encoding)
 | 
|
EncryptedPrivateKeyInfo(ASN1Sequence seq)
 | 
|
| Method Summary | |
|---|---|
 DERObject | 
getDERObject()
Produce an object suitable for an ASN1OutputStream.  | 
 byte[] | 
getEncryptedData()
 | 
 AlgorithmIdentifier | 
getEncryptionAlgorithm()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EncryptedPrivateKeyInfo(ASN1Sequence seq)
public EncryptedPrivateKeyInfo(AlgorithmIdentifier algId,
                               byte[] encoding)
| Method Detail | 
|---|
public AlgorithmIdentifier getEncryptionAlgorithm()
public byte[] getEncryptedData()
public DERObject getDERObject()
 EncryptedPrivateKeyInfo ::= SEQUENCE {
      encryptionAlgorithm AlgorithmIdentifier {{KeyEncryptionAlgorithms}},
      encryptedData EncryptedData
 }
 EncryptedData ::= OCTET STRING
 KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= {
          ... -- For local profiles
 }
 
getDERObject in interface DEREncodable
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||