org.testifyproject.bouncycastle.crypto.ExtendedDigest Maven / Gradle / Ivy
The newest version!
package org.testifyproject.bouncycastle.crypto;
public interface ExtendedDigest
extends Digest
{
/**
* Return the size in bytes of the internal buffer the digest applies it's org.testifyproject.testifyprojectpression
* function to.
*
* @return byte length of the digests internal buffer.
*/
public int getByteLength();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy