Bouncy Castle Cryptography Library 1.82

org.bouncycastle.crypto.engines
Class AEADBaseEngine.AADOperatorType

java.lang.Object
  extended byorg.bouncycastle.crypto.engines.AEADBaseEngine.AADOperatorType
Enclosing class:
org.bouncycastle.crypto.engines.AEADBaseEngine

protected static class AEADBaseEngine.AADOperatorType
extends java.lang.Object


Field Summary
static AEADBaseEngine.AADOperatorType Counter
           
static int COUNTER
           
static int DATA_LIMIT
           
static AEADBaseEngine.AADOperatorType DataLimit
           
static AEADBaseEngine.AADOperatorType Default
           
static int DEFAULT
           
static AEADBaseEngine.AADOperatorType Stream
           
static int STREAM
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

COUNTER

public static final int COUNTER
See Also:
Constant Field Values

STREAM

public static final int STREAM
See Also:
Constant Field Values

DATA_LIMIT

public static final int DATA_LIMIT
See Also:
Constant Field Values

Default

public static final AEADBaseEngine.AADOperatorType Default

Counter

public static final AEADBaseEngine.AADOperatorType Counter

Stream

public static final AEADBaseEngine.AADOperatorType Stream

DataLimit

public static final AEADBaseEngine.AADOperatorType DataLimit

Bouncy Castle Cryptography Library 1.82