org.bouncycastle.crypto.engines
Class AEADBaseEngine.DataOperatorType
java.lang.Object
org.bouncycastle.crypto.engines.AEADBaseEngine.DataOperatorType
- Enclosing class:
- org.bouncycastle.crypto.engines.AEADBaseEngine
- protected static class AEADBaseEngine.DataOperatorType
- 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
STREAM_CIPHER
public static final int STREAM_CIPHER
- See Also:
- Constant Field Values
Default
public static final AEADBaseEngine.DataOperatorType Default
Counter
public static final AEADBaseEngine.DataOperatorType Counter
Stream
public static final AEADBaseEngine.DataOperatorType Stream
StreamCipher
public static final AEADBaseEngine.DataOperatorType StreamCipher