Interface ExtendedDigest
-
- All Implemented Interfaces:
-
io.anyline.nfc.bouncycastle.crypto.Digest
public interface ExtendedDigest implements Digest
-
-
Method Summary
Modifier and Type Method Description abstract int
getByteLength()
Return the size in bytes of the internal buffer the digest applies it's compression function to. -
-
Method Detail
-
getByteLength
abstract int getByteLength()
Return the size in bytes of the internal buffer the digest applies it's compression function to.
- Returns:
byte length of the digests internal buffer.
-
-
-
-