gnu.crypto.jce.cipher

Class PBES2.HMacSHA256

Enclosing Class:
PBES2
Known Direct Subclasses:
PBES2.HMacSHA256.AES, PBES2.HMacSHA256.Anubis, PBES2.HMacSHA256.Blowfish, PBES2.HMacSHA256.Cast5, PBES2.HMacSHA256.DES, PBES2.HMacSHA256.Khazad, PBES2.HMacSHA256.Serpent, PBES2.HMacSHA256.Square, PBES2.HMacSHA256.TripleDES, PBES2.HMacSHA256.Twofish

public static class PBES2.HMacSHA256
extends PBES2

Nested Class Summary

static class
PBES2.HMacSHA256.AES
static class
PBES2.HMacSHA256.Anubis
static class
PBES2.HMacSHA256.Blowfish
static class
PBES2.HMacSHA256.Cast5
static class
PBES2.HMacSHA256.DES
static class
PBES2.HMacSHA256.Khazad
static class
PBES2.HMacSHA256.Serpent
static class
PBES2.HMacSHA256.Square
static class
PBES2.HMacSHA256.TripleDES
static class
PBES2.HMacSHA256.Twofish

Nested classes/interfaces inherited from class gnu.crypto.jce.cipher.PBES2

PBES2.HMacHaval, PBES2.HMacMD2, PBES2.HMacMD4, PBES2.HMacMD5, PBES2.HMacRipeMD128, PBES2.HMacRipeMD160, PBES2.HMacSHA1, PBES2.HMacSHA256, PBES2.HMacSHA384, PBES2.HMacSHA512, PBES2.HMacTiger, PBES2.HMacWhirlpool

Field Summary

Fields inherited from class gnu.crypto.jce.cipher.PBES2

macName

Fields inherited from class gnu.crypto.jce.cipher.CipherAdapter

attributes, blockLen, cipher, keyLen, mode, pad, partBlock, partLen

Constructor Summary

HMacSHA256(String cipher)
HMacSHA256(String cipher, int blockLen)

Method Summary

Methods inherited from class gnu.crypto.jce.cipher.PBES2

engineInit, engineInit, engineInit

Methods inherited from class gnu.crypto.jce.cipher.CipherAdapter

engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate

Constructor Details

HMacSHA256

public HMacSHA256(String cipher)

HMacSHA256

public HMacSHA256(String cipher,
                  int blockLen)

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.