|
|||||||||
Home >> All >> cryptix >> jce >> provider >> [ mac overview ] | PREV NEXT |
B
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_MD2
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_MD4
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_MD5
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_RIPEMD128
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_RIPEMD160
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_SHA0
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_SHA1
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_SHA256
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_SHA384
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_SHA512
- BLOCK_SIZE - Static variable in class cryptix.jce.provider.mac.HMAC_Tiger
C
- clone() - Method in class cryptix.jce.provider.mac.HMAC
- Clone this HMAC object.
- clone() - Method in class cryptix.jce.provider.mac.Null
- Clone this MAC object.
- cryptix.jce.provider.mac - package cryptix.jce.provider.mac
D
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_MD2
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_MD4
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_MD5
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_RIPEMD128
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_RIPEMD160
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_SHA0
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_SHA1
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_SHA256
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_SHA384
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_SHA512
- DIGEST_LEN - Static variable in class cryptix.jce.provider.mac.HMAC_Tiger
E
- engineDoFinal() - Method in class cryptix.jce.provider.mac.HMAC
- engineDoFinal() - Method in class cryptix.jce.provider.mac.Null
- engineGetMacLength() - Method in class cryptix.jce.provider.mac.HMAC
- Return the length of this Mac which equals the length of the underlying MessageDigest.
- engineGetMacLength() - Method in class cryptix.jce.provider.mac.Null
- Return the length of this Mac: 0
- engineInit(Key, AlgorithmParameterSpec) - Method in class cryptix.jce.provider.mac.HMAC
- engineInit(Key, AlgorithmParameterSpec) - Method in class cryptix.jce.provider.mac.Null
- engineReset() - Method in class cryptix.jce.provider.mac.HMAC
- engineReset() - Method in class cryptix.jce.provider.mac.Null
- engineUpdate(byte) - Method in class cryptix.jce.provider.mac.HMAC
- engineUpdate(byte[], int, int) - Method in class cryptix.jce.provider.mac.HMAC
- engineUpdate(byte) - Method in class cryptix.jce.provider.mac.Null
- engineUpdate(byte[], int, int) - Method in class cryptix.jce.provider.mac.Null
H
- HMAC - class cryptix.jce.provider.mac.HMAC.
- Abstract class implementing the methods common to an HMAC.
- HMAC(String, int, int) - Constructor for class cryptix.jce.provider.mac.HMAC
- Construct an HMAC on top of a MessageDigest.
- HMAC(MessageDigest, int, int, byte[], byte[]) - Constructor for class cryptix.jce.provider.mac.HMAC
- Private constructor used for cloning.
- HMAC_MD2 - class cryptix.jce.provider.mac.HMAC_MD2.
- HMAC-MD2
- HMAC_MD2() - Constructor for class cryptix.jce.provider.mac.HMAC_MD2
- HMAC_MD4 - class cryptix.jce.provider.mac.HMAC_MD4.
- HMAC-MD4
- HMAC_MD4() - Constructor for class cryptix.jce.provider.mac.HMAC_MD4
- HMAC_MD5 - class cryptix.jce.provider.mac.HMAC_MD5.
- HMAC-MD5
- HMAC_MD5() - Constructor for class cryptix.jce.provider.mac.HMAC_MD5
- HMAC_RIPEMD128 - class cryptix.jce.provider.mac.HMAC_RIPEMD128.
- HMAC-RIPEMD128
- HMAC_RIPEMD128() - Constructor for class cryptix.jce.provider.mac.HMAC_RIPEMD128
- HMAC_RIPEMD160 - class cryptix.jce.provider.mac.HMAC_RIPEMD160.
- HMAC-RIPEMD160
- HMAC_RIPEMD160() - Constructor for class cryptix.jce.provider.mac.HMAC_RIPEMD160
- HMAC_SHA0 - class cryptix.jce.provider.mac.HMAC_SHA0.
- HMAC-SHA0
- HMAC_SHA0() - Constructor for class cryptix.jce.provider.mac.HMAC_SHA0
- HMAC_SHA1 - class cryptix.jce.provider.mac.HMAC_SHA1.
- HMAC_SHA1() - Constructor for class cryptix.jce.provider.mac.HMAC_SHA1
- HMAC_SHA256 - class cryptix.jce.provider.mac.HMAC_SHA256.
- HMAC_SHA256() - Constructor for class cryptix.jce.provider.mac.HMAC_SHA256
- HMAC_SHA384 - class cryptix.jce.provider.mac.HMAC_SHA384.
- HMAC_SHA384() - Constructor for class cryptix.jce.provider.mac.HMAC_SHA384
- HMAC_SHA512 - class cryptix.jce.provider.mac.HMAC_SHA512.
- HMAC_SHA512() - Constructor for class cryptix.jce.provider.mac.HMAC_SHA512
- HMAC_Tiger - class cryptix.jce.provider.mac.HMAC_Tiger.
- HMAC_Tiger() - Constructor for class cryptix.jce.provider.mac.HMAC_Tiger
I
- IPAD - Static variable in class cryptix.jce.provider.mac.HMAC
- Inner and outer padding constants
- iv_i - Variable in class cryptix.jce.provider.mac.HMAC
- Inner and outer IVs
- iv_o - Variable in class cryptix.jce.provider.mac.HMAC
- Inner and outer IVs
M
- md - Variable in class cryptix.jce.provider.mac.HMAC
- Underlying MessageDigest
- mdBlockSize - Variable in class cryptix.jce.provider.mac.HMAC
- Block size and length of underlying MessageDigest
- mdLen - Variable in class cryptix.jce.provider.mac.HMAC
- Block size and length of underlying MessageDigest
N
- Null - class cryptix.jce.provider.mac.Null.
- Null MAC, a MAC with length 0.
- Null() - Constructor for class cryptix.jce.provider.mac.Null
O
B C D E H I M N O
|
|||||||||
Home >> All >> cryptix >> jce >> provider >> [ mac overview ] | PREV NEXT |