gnu.crypto.jce.cipher
Class PBES2
public abstract class PBES2
.
Version:
protected String | macName - The HMac (PRF) algorithm name.
|
PBES2(String cipherName, String macName)
|
PBES2(String cipherName, int blockLen, String macName)
|
protected void | engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random)
|
protected void | engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random)
|
protected void | engineInit(int opmode, Key key, SecureRandom random)
|
engineDoFinal , engineDoFinal , engineGetBlockSize , engineGetIV , engineGetOutputSize , engineGetParameters , engineInit , engineInit , engineInit , engineSetMode , engineSetPadding , engineUpdate , engineUpdate |
macName
protected String macName
The HMac (PRF) algorithm name.
PBES2
protected PBES2(String cipherName,
String macName)
PBES2
protected PBES2(String cipherName,
int blockLen,
String macName)
engineInit
protected void engineInit(int opmode,
Key key,
AlgorithmParameterSpec params,
SecureRandom random)
throws InvalidKeyException,
InvalidAlgorithmParameterException
- engineInit in interface CipherAdapter
engineInit
protected void engineInit(int opmode,
Key key,
AlgorithmParameters params,
SecureRandom random)
throws InvalidKeyException,
InvalidAlgorithmParameterException
- engineInit in interface CipherAdapter
engineInit
protected void engineInit(int opmode,
Key key,
SecureRandom random)
throws InvalidKeyException
- engineInit in interface CipherAdapter
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.