Interface ExtendedDigest
-
- All Superinterfaces:
Digest
- All Known Implementing Classes:
GeneralDigest,SHA256Digest
public interface ExtendedDigest extends Digest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetByteLength()Return the size in bytes of the internal buffer the digest applies it's compression function to.-
Methods inherited from interface com.ongres.scram.common.bouncycastle.pbkdf2.Digest
doFinal, getAlgorithmName, getDigestSize, reset, update, update
-
-