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.
|
CRLBag |
This class contains a CRL 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.
|
PKCS12 |
Implementation of the PKCS#12 standard for password based storing a private
key together with its certificate(s).
|
PKCS12KeyStore |
This class implements the
KeyStore
Service Provider Interface (SPI) to load and save PKCS#12
files, which contain private key entries (private keys and certificate chains)
and certificate entries (X.509 certificates). |
PKCS8ShroudedKeyBag |
This class contains an encrypted private key and any associated attributes.
|
SafeBag |
This class implements the PKCS#12 structure SafeBag.
|
SafeContentsBag |
This class contains a sequence of SafeBags.
|
SecretBag |
This class contains a context specific secret ASN.1 object and any associated
attributes.
|
SecretKeyGenerator |
This class uses the KeyMaterialGenerator for deriving
a PKCS#12 secret keys from a password, a salt and an iteration
count.
|