| Package | Description |
|---|---|
| com.entrust.toolkit.capi |
Contains low-level classes for interfacing with Microsoft's Crypto API.
|
| Modifier and Type | Field and Description |
|---|---|
static HashAlgorithms |
HashAlgorithms.CALG_HMAC |
static HashAlgorithms |
HashAlgorithms.CALG_MAC |
static HashAlgorithms |
HashAlgorithms.CALG_MD2 |
static HashAlgorithms |
HashAlgorithms.CALG_MD4 |
static HashAlgorithms |
HashAlgorithms.CALG_MD5 |
static HashAlgorithms |
HashAlgorithms.CALG_SHA |
static HashAlgorithms |
HashAlgorithms.CALG_SHA_224 |
static HashAlgorithms |
HashAlgorithms.CALG_SHA_256 |
static HashAlgorithms |
HashAlgorithms.CALG_SHA_384 |
static HashAlgorithms |
HashAlgorithms.CALG_SHA_512 |
static HashAlgorithms |
HashAlgorithms.CALG_SHA1 |
static HashAlgorithms |
HashAlgorithms.CALG_SSL3_SHAMD5 |
static HashAlgorithms |
HashAlgorithms.CALG_TLS1PRF |
| Modifier and Type | Method and Description |
|---|---|
HashAlgorithms |
CryptHash.getAlgorithm()
Return the hash algorithm id of this hash object.
|
| Modifier and Type | Method and Description |
|---|---|
static CryptHash |
CryptHash.getHashInstance(CryptProvider provider,
HashAlgorithms hashAlg)
Creates and returns a CAPI hash with the given algorithm, associated with
the given provider.
|