org.bouncycastle.crypto.engines
Class AEADBaseEngine.AADOperatorType
java.lang.Object
org.bouncycastle.crypto.engines.AEADBaseEngine.AADOperatorType
- Enclosing class:
- org.bouncycastle.crypto.engines.AEADBaseEngine
- protected static class AEADBaseEngine.AADOperatorType
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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