Package de.flexiprovider.core.pbe

Provides passphrase based encryption algorithms as defined in PKCS#5 v 2.0 and PKCS#12.

See:
          Description

Class Summary
PBEKey A simple class representing a key for PBE (Passphrase Based Encryption).
PBEKeyFactory This class represents a factory for secret keys.
PBEKeyGenerator The key generator for PBEKeys.
PBEKeyGenParameterSpec This class specifies parameters used for initializing the PBEKeyGenerator.
PBEKeySpec A specification for a password-based key, used for password-based encryption (PBE).
PBEParameters This class represents parameters for passphrase based encryption.
PBEParameterSpec This class provides a specification for the parameters used by the PBKDF1 key derivation function specified in PKCS #5 v2.0.
PBES1 This is the base class for all classes which implement passphrase based encryption (PBE).
PBES2 This class is the main class for the passphrase based encryption scheme 2 as defined in PKCS #5 version 2.0 standard.
PBES2Parameters This class represents the parameters for the passphrase based encryption scheme 2.
PBES2ParameterSpec This is the parameter specification for the passphrase based encryption scheme 2.
PBEWithMD5AndDES_CBC This class implements passphrase based encryption (PBE) as defined in PKCS#5 version 2.0.
PBEWithSHA1AndDES_CBC This class implements passphrase based encryption (PBE) as defined in PKCS#5 version 2.0.
PBEWithSHAAnd3_KeyTripleDES_CBC This class implements passphrase based encryption (PBE) as defined in PKCS#12 version 1.2.
PBEWithSHAAnd40BitRC2_CBC This class implements passphrase based encryption (PBE) as defined in PKCS#12 version 1.2.
 

Package de.flexiprovider.core.pbe Description

Provides passphrase based encryption algorithms as defined in PKCS#5 v 2.0 and PKCS#12.
 
PKCS #5 PBEwithMD5andDES PBEwithSHA1andDES
PKCS #12   PBEWithSHA1AndDESede