public class PKCS8EncryptedPrivateKeyInfo
extends java.lang.Object
| Constructor and Description |
|---|
PKCS8EncryptedPrivateKeyInfo(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo) |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyInfo |
decryptPrivateKeyInfo(org.bouncycastle.operator.InputDecryptorProvider inputDecryptorProvider) |
byte[] |
getEncoded() |
byte[] |
getEncryptedData() |
AlgorithmIdentifier |
getEncryptionAlgorithm() |
EncryptedPrivateKeyInfo |
toASN1Structure() |
public PKCS8EncryptedPrivateKeyInfo(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo)
public AlgorithmIdentifier getEncryptionAlgorithm()
public byte[] getEncryptedData()
public EncryptedPrivateKeyInfo toASN1Structure()
public byte[] getEncoded()
throws java.io.IOException
java.io.IOExceptionpublic PrivateKeyInfo decryptPrivateKeyInfo(org.bouncycastle.operator.InputDecryptorProvider inputDecryptorProvider)
throws PKCSException
PKCSException