| Modifier and Type | Method and Description |
|---|---|
HashProvider |
AbstractCryptoTypeHandler.hashProvider() |
HashProvider |
CryptoTypeHandler.hashProvider() |
| Constructor and Description |
|---|
AbstractCryptoTypeHandler(EncryptProvider encProvider,
HashProvider hashProvider) |
| Constructor and Description |
|---|
AbstractCheckSumTypeHandler(EncryptProvider encProvider,
HashProvider hashProvider,
int computeSize,
int outputSize) |
AbstractKeyedCheckSumTypeHandler(EncryptProvider encProvider,
HashProvider hashProvider,
int computeSize,
int outputSize) |
ConfounderedDesCheckSum(HashProvider hashProvider,
int computeSize,
int outputSize) |
KcCheckSum(EncryptProvider encProvider,
HashProvider hashProvider,
int computeSize,
int outputSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHashProvider |
class |
Crc32Provider |
class |
Md4Provider |
class |
Md5Provider |
class |
MessageDigestHashProvider |
class |
Sha1Provider |
| Constructor and Description |
|---|
AbstractUnkeyedCheckSumTypeHandler(HashProvider hashProvider,
int computeSize,
int outputSize) |
| Constructor and Description |
|---|
AbstractEncTypeHandler(EncryptProvider encProvider,
HashProvider hashProvider,
int prfSize) |
KeKiEnc(EncryptProvider encProvider,
HashProvider hashProvider) |
KeKiHmacSha1Enc(EncryptProvider encProvider,
HashProvider hashProvider,
DkKeyMaker km) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Hmac.hmac(HashProvider hashProvider,
byte[] key,
byte[] data) |
static byte[] |
Hmac.hmac(HashProvider hashProvider,
byte[] key,
byte[] data,
int outputSize) |
static byte[] |
Hmac.hmac(HashProvider hashProvider,
byte[] key,
byte[] data,
int start,
int len) |
static byte[] |
Hmac.hmac(HashProvider hashProvider,
byte[] key,
byte[] data,
int start,
int len,
int outputSize) |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.