|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--de.flexiprovider.core.pbe.PBES2ParameterSpec
This is the parameter specification for the
passphrase based encryption scheme 2.
| Constructor Summary | |
protected |
PBES2ParameterSpec(AlgorithmIdentifier keyDerivationFunction,
AlgorithmIdentifier encryptionScheme)
Construct a new PBE2ParameterSpec object. |
|
PBES2ParameterSpec(PBKDF2ParameterSpec kdfParamSpec,
byte[] iv)
Construct a new PBE2ParameterSpec object with cipher DESede/CBC (OID
1.2.840.113549.3.7) and the default key derivation function
PBKDF2 (OID 1.2.840.113549.1.5.12). |
| Method Summary | |
AlgorithmIdentifier |
getEncryptionScheme()
|
AlgorithmIdentifier |
getKeyDerivationFunction()
|
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public PBES2ParameterSpec(PBKDF2ParameterSpec kdfParamSpec,
byte[] iv)
DESede/CBC (OID
1.2.840.113549.3.7) and the default key derivation function
PBKDF2 (OID 1.2.840.113549.1.5.12).kdfParamSpec - the KDF parameters (salt, iteration count, and key size)iv - the initialization vector for the underlying cipher
protected PBES2ParameterSpec(AlgorithmIdentifier keyDerivationFunction,
AlgorithmIdentifier encryptionScheme)
keyDerivationFunction - the key derivation functionencryptionScheme - the encryption scheme| Method Detail |
public AlgorithmIdentifier getEncryptionScheme()
public AlgorithmIdentifier getKeyDerivationFunction()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||