Package com.ibm.security.pkcs12

Interface Summary
Bag Defines an interface implemented by specific bag types.
 

Class Summary
AuthenticatedSafe Implements the PKCS #12 AuthenticatedSafe data type, which is a sequence of ContentInfos.
CertBag Implements the PKCS #12 CertBag data type, which is a container for for a certificate.
CrlBag Implements the PKCS #12 CrlBag data type, which is a container for for a certificate revocation list.
KeyBag Implements the PKCS #12 KeyBag data type, which is a container for PKCS #8 KeyInfo data.
MacData Implements the PKCS #12 MacData type.
PFX Implements the PKCS #12 PFX PDU type in a format importable into Netscape Communicator's certificate database or Microsoft's Certificate Import Wizard.
PKCS12 PKCS #12 utility class implementing the general method for deriving keys from passwords and salt.
PKCS12PFX Implements the PKCS #12 PFX PDU type.
PKCS12Utils PKCS #12 utility class for ASCII to Unicode (BMP) conversions.
SafeBag Implements the PKCS #12 SafeBag type.
SafeContents Implements the SafeContents data type as defined in PKCS #12: SafeContents ::= SEQUENCE OF SafeBag
SafeContentsBag Implements a PKCS #12 SafeBag of type safeContentsBag.
SecretBag Implements the PKCS #12 SecretBag data type.
ShroudedKeyBag Implements the PKCS #12 PKCS8ShroudedKeyBag data type, which is a container for PKCS #8 EncryptedPrivateKeyInfo data.