| Class | Description |
|---|---|
| Attributes |
This class implements attributes of SafeBags as defined in PKCS#12.
|
| AuthenticatedSafe |
This class implements the ASN.1 structure AuthenticatedSafe as defined in
the PKCS#12 standard.
|
| CertificateBag |
This class contains a certificate and any associated attributes.
|
| IvGenerator |
This class uses the KeyMaterialGenerator for deriving
a PKCS#12 IV from a password, a salt and an iteration
count.
|
| KeyBag |
This class contains a private key and any associated attributes.
|
| KeyFactory |
SecretKeyFactory implementation for the PBE ciphers (PKCS#12).
|
| MacKeyGenerator |
This class uses the KeyMaterialGenerator for deriving
a PKCS#12 MAC-Key from a password, a salt and an iteration
count.
|
| MacKeySHA224Generator |
This class uses the KeyMaterialGenerator for deriving
a PKCS#12 MAC-Key from a password, a salt and an iteration
count.
|
| MacKeySHA256Generator |
This class uses the KeyMaterialGenerator for deriving
a PKCS#12 MAC-Key from a password, a salt and an iteration
count.
|
| MacKeySHA384Generator |
This class uses the KeyMaterialGenerator for deriving
a PKCS#12 MAC-Key from a password, a salt and an iteration
count.
|
| MacKeySHA512Generator |
This class uses the KeyMaterialGenerator for deriving
a PKCS#12 MAC-Key from a password, a salt and an iteration
count.
|
| PKCS12 |
This class implements PKCS#12 objects exported from Netscape Navigator
or MS Internet Explorer.
|
| PKCS8ShroudedKeyBag |
This class contains an encrypted private key and any associated attributes.
|
| SafeBag |
This class implements the PKCS#12 structure SafeBag.
|
| SecretKeyGenerator |
This class uses the KeyMaterialGenerator for deriving
a PKCS#12 secret keys from a password, a salt and an iteration
count.
|