Uses of Interface
org.bouncycastle.util.Memoable
| Package | Description |
|---|---|
| org.bouncycastle.crypto.digests | |
| org.bouncycastle.util |
-
Uses of Memoable in org.bouncycastle.crypto.digests
Classes in org.bouncycastle.crypto.digests that implement Memoable Modifier and Type Class Description classGeneralDigestbase implementation of MD4 family style digest as outlined in "Handbook of Applied Cryptography", pages 344 - 347.classLongDigestBase class for SHA-384 and SHA-512.classMD5Digestimplementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347.classSHA1Digestimplementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.classSHA256DigestFIPS 180-2 implementation of SHA-256.classSHA384DigestFIPS 180-2 implementation of SHA-384.classSHA512DigestFIPS 180-2 implementation of SHA-512.Methods in org.bouncycastle.crypto.digests that return Memoable Modifier and Type Method Description MemoableMD5Digest. copy()MemoableSHA1Digest. copy()MemoableSHA256Digest. copy()MemoableSHA384Digest. copy()MemoableSHA512Digest. copy()Methods in org.bouncycastle.crypto.digests with parameters of type Memoable Modifier and Type Method Description voidMD5Digest. reset(Memoable other)voidSHA1Digest. reset(Memoable other)voidSHA256Digest. reset(Memoable other)voidSHA384Digest. reset(Memoable other)voidSHA512Digest. reset(Memoable other) -
Uses of Memoable in org.bouncycastle.util
Methods in org.bouncycastle.util that return Memoable Modifier and Type Method Description MemoableMemoable. copy()Produce a copy of this object with its configuration and in its current state.Methods in org.bouncycastle.util with parameters of type Memoable Modifier and Type Method Description voidMemoable. reset(Memoable other)Restore a copied object state into this object.