Package | Description |
---|---|
com.ongres.scram.common.bouncycastle.pbkdf2 |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedDigest |
Modifier and Type | Class and Description |
---|---|
class |
GeneralDigest
base implementation of MD4 family style digest as outlined in
"Handbook of Applied Cryptography", pages 344 - 347.
|
class |
SHA256Digest
FIPS 180-2 implementation of SHA-256.
|
Modifier and Type | Method and Description |
---|---|
static Digest |
DigestFactory.createSHA256() |
Digest |
HMac.getUnderlyingDigest() |
Constructor and Description |
---|
HMac(Digest digest)
Base constructor for one of the standard digest algorithms that the
byteLength of the algorithm is know for.
|
PKCS5S2ParametersGenerator(Digest digest) |
Copyright © 2019–2023. All rights reserved.