CipherSink class abstract
Template for Cipher algorithm sink.
- Implemented types
- Implementers
- AEADCipherSink
- AESInCBCModeDecryptSink
- AESInCBCModeEncryptSink
- AESInCFBModeDecryptSink
- AESInCFBModeEncryptSink
- AESInCTRModeSink
- AESInECBModeDecryptSink
- AESInECBModeEncryptSink
- AESInGCMModeDecryptSink
- AESInGCMModeEncryptSink
- AESInIGEModeDecryptSink
- AESInIGEModeEncryptSink
- AESInOFBModeSink
- AESInPCBCModeDecryptSink
- AESInPCBCModeEncryptSink
- AESInXTSModeDecryptSink
- AESInXTSModeEncryptSink
- ChaCha20Sink
- Salsa20Sink
Constructors
Properties
Methods
-
add(
List< int> data, [bool last = false, int start, int? end]) → Uint8List -
Adds
datato the sink to returns the converted result.override -
close(
) → Uint8List -
Closes the sink and returns the last converted result.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void - Resets the sink to make it ready to be used again.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited