kz.gamma.crypto
Interface ExtendedDigest

All Superinterfaces:
Digest
All Known Implementing Classes:
GammaGost3411Digest

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 kz.gamma.crypto.Digest
doFinal, getAlgorithmName, getDigestSize, reset, update, update
 

Method Detail

getByteLength

int getByteLength()
                  throws CSPException
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.
Throws:
CSPException


Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.