Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.digests
Interface BufferBaseDigest.ProcessingBuffer

Enclosing interface:
org.bouncycastle.crypto.digests.BufferBaseDigest

protected static interface BufferBaseDigest.ProcessingBuffer


Method Summary
 boolean isLengthExceedingBlockSize(int len, int size)
           
 boolean isLengthWithinAvailableSpace(int len, int available)
           
 void update(byte input)
           
 

Method Detail

update

public void update(byte input)

isLengthWithinAvailableSpace

public boolean isLengthWithinAvailableSpace(int len,
                                            int available)

isLengthExceedingBlockSize

public boolean isLengthExceedingBlockSize(int len,
                                          int size)

Bouncy Castle Cryptography Library 1.81