Uses of Interface
com.ongres.scram.common.bouncycastle.pbkdf2.Memoable
-
Packages that use Memoable Package Description com.ongres.scram.common.bouncycastle.pbkdf2 -
-
Uses of Memoable in com.ongres.scram.common.bouncycastle.pbkdf2
Classes in com.ongres.scram.common.bouncycastle.pbkdf2 that implement Memoable 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.Methods in com.ongres.scram.common.bouncycastle.pbkdf2 that return Memoable Modifier and Type Method Description Memoable
Memoable. copy()
Produce a copy of this object with its configuration and in its current state.Memoable
SHA256Digest. copy()
Methods in com.ongres.scram.common.bouncycastle.pbkdf2 with parameters of type Memoable Modifier and Type Method Description void
Memoable. reset(Memoable other)
Restore a copied object state into this object.void
SHA256Digest. reset(Memoable other)
-