gnu.crypto.jce.cipher
Class PBES2.HMacSHA256
- PBES2
public static class PBES2.HMacSHA256
PBES2.HMacHaval , PBES2.HMacMD2 , PBES2.HMacMD4 , PBES2.HMacMD5 , PBES2.HMacRipeMD128 , PBES2.HMacRipeMD160 , PBES2.HMacSHA1 , PBES2.HMacSHA256 , PBES2.HMacSHA384 , PBES2.HMacSHA512 , PBES2.HMacTiger , PBES2.HMacWhirlpool |
HMacSHA256(String cipher) - Creates a new cipher adapter with the default block size.
|
HMacSHA256(String cipher, int blockLen) - Protected constructor to be called by subclasses.
|
engineDoFinal , engineDoFinal , engineGetBlockSize , engineGetIV , engineGetOutputSize , engineGetParameters , engineInit , engineInit , engineInit , engineSetMode , engineSetPadding , engineUpdate , engineUpdate |
HMacSHA256
public HMacSHA256(String cipher)
Creates a new cipher adapter with the default block size.
HMacSHA256
public HMacSHA256(String cipher,
int blockLen)
Protected constructor to be called by subclasses. The cipher name
argument should be the appropriate one listed in
Registry
.
The basic cipher instance is created, along with an instance of the
ECB
mode and no padding.
blockLen
- The block length to use.
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.