| Package | Description |
|---|---|
| com.entrust.toolkit.capi |
Contains low-level classes for interfacing with Microsoft's Crypto API.
|
| com.entrust.toolkit.security.crypto.digest |
Contains implementations of message digest algorithms.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CryptHash |
CapiDigest.getHash()
Returns a reference to the internal CAPI hasher.
|