org.apache.geronimo.crypto.crypto
Interface ExtendedDigest

All Superinterfaces:
Digest
All Known Implementing Classes:
GeneralDigest, MD4Digest, MD5Digest, SHA1Digest

public interface ExtendedDigest
extends Digest


Method Summary
 int getByteLength()
          Return the size in bytes of the internal buffer the digest applies it's compression function to.
 
Methods inherited from interface org.apache.geronimo.crypto.crypto.Digest
doFinal, getAlgorithmName, getDigestSize, reset, update, update
 

Method Detail

getByteLength

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.


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.