| Package | Description |
|---|---|
| iaik.pkcs.pkcs12 |
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS8ShroudedKeyBag
This class contains an encrypted private key and any associated attributes.
|
| Modifier and Type | Method and Description |
|---|---|
KeyBag |
PKCS12.getKeyBag()
Tries to find a KeyBag within all AuthenticatedSafes and
returns it.
|
| Constructor and Description |
|---|
PKCS12(KeyBag[] keyBags,
CertificateBag[] certificateBags)
Creates a new PKCS#12 object from an array of KeyBags and an array of CertificateBags.
|
PKCS12(KeyBag[] keyBags,
CertificateBag[] certificateBags,
int hashCount)
Creates a new PKCS#12 object from an array of KeyBags and an array of CertificateBags.
|
PKCS12(KeyBag keyBag,
CertificateBag[] certificateBags)
Creates a new PKCS#12 object from a KeyBag and an array of CertificateBags.
|
PKCS12(KeyBag keyBag,
CertificateBag[] certificateBags,
int hashCount)
Creates a new PKCS#12 object from a KeyBag and an array of CertificateBags.
|
PKCS8ShroudedKeyBag(KeyBag keyBag)
Creates a new PKCS8ShroudedKeyBag from a KeyBag.
|