Bouncy Castle Cryptography Library 1.82

org.bouncycastle.crypto.digests
Class BufferBaseDigest.ProcessingBufferType

java.lang.Object
  extended byorg.bouncycastle.crypto.digests.BufferBaseDigest.ProcessingBufferType
Enclosing class:
org.bouncycastle.crypto.digests.BufferBaseDigest

protected static class BufferBaseDigest.ProcessingBufferType
extends java.lang.Object


Field Summary
static BufferBaseDigest.ProcessingBufferType Buffered
           
static int BUFFERED
           
static BufferBaseDigest.ProcessingBufferType Immediate
           
static int IMMEDIATE
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUFFERED

public static final int BUFFERED
See Also:
Constant Field Values

IMMEDIATE

public static final int IMMEDIATE
See Also:
Constant Field Values

Buffered

public static final BufferBaseDigest.ProcessingBufferType Buffered

Immediate

public static final BufferBaseDigest.ProcessingBufferType Immediate

Bouncy Castle Cryptography Library 1.82