All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bouncycastle.crypto.ExtendedDigest Maven / Gradle / Ivy

There is a newer version: 1.70_1
Show newest version
package org.bouncycastle.crypto;

public interface ExtendedDigest 
    extends Digest
{
    /**
     * Return the size in bytes of the internal buffer the digest applies it's compression
     * function to.
     * 
     * @return byte length of the digests internal buffer.
     */
    public int getByteLength();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy