Package | Description |
---|---|
org.bouncycastle.asn1.bc | |
org.bouncycastle.asn1.pkcs | |
org.bouncycastle.pkcs |
Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.
|
Modifier and Type | Method and Description |
---|---|
EncryptedPrivateKeyInfo |
EncryptedPrivateKeyData.getEncryptedPrivateKeyInfo() |
Constructor and Description |
---|
EncryptedPrivateKeyData(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo,
Certificate[] certificateChain) |
Modifier and Type | Method and Description |
---|---|
static EncryptedPrivateKeyInfo |
EncryptedPrivateKeyInfo.getInstance(Object obj) |
Modifier and Type | Method and Description |
---|---|
EncryptedPrivateKeyInfo |
PKCS8EncryptedPrivateKeyInfo.toASN1Structure() |
Constructor and Description |
---|
PKCS8EncryptedPrivateKeyInfo(EncryptedPrivateKeyInfo encryptedPrivateKeyInfo) |
Copyright © 2018 BouncyCastle.org. All rights reserved.