Uses of Interface
com.ongres.scram.common.bouncycastle.pbkdf2.Digest
-
Packages that use Digest Package Description com.ongres.scram.common.bouncycastle.pbkdf2 -
-
Uses of Digest in com.ongres.scram.common.bouncycastle.pbkdf2
Subinterfaces of Digest in com.ongres.scram.common.bouncycastle.pbkdf2 Modifier and Type Interface Description interface
ExtendedDigest
Classes in com.ongres.scram.common.bouncycastle.pbkdf2 that implement Digest Modifier and Type Class 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.Fields in com.ongres.scram.common.bouncycastle.pbkdf2 declared as Digest Modifier and Type Field Description private Digest
HMac. digest
Methods in com.ongres.scram.common.bouncycastle.pbkdf2 that return Digest Modifier and Type Method Description static Digest
DigestFactory. createSHA256()
Digest
HMac. getUnderlyingDigest()
Methods in com.ongres.scram.common.bouncycastle.pbkdf2 with parameters of type Digest Modifier and Type Method Description private static int
HMac. getByteLength(Digest digest)
Constructors in com.ongres.scram.common.bouncycastle.pbkdf2 with parameters of type Digest Constructor Description HMac(Digest digest)
Base constructor for one of the standard digest algorithms that the byteLength of the algorithm is know for.HMac(Digest digest, int byteLength)
PKCS5S2ParametersGenerator(Digest digest)
-