| Package | Description |
|---|---|
| iaik.pkcs.pkcs12 |
| Modifier and Type | Method and Description |
|---|---|
CertificateBag[] |
PKCS12.getCertificateBags()
Returns an array of all CertificateBags within this
PKCS#12 object.
|
| Modifier and Type | Method and Description |
|---|---|
static X509Certificate[] |
CertificateBag.getCertificates(CertificateBag[] certificates)
This method can be used to convert a CertificateBag array to
a Certificate array.
|
| 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.
|