EncryptingSink class
A wrapper around a Sink<List<int>>
that encrypts data using
a Pointycastle BlockCipher
. This sink needs to buffer to build
up blocks that can be encrypted, so it's essential that close()
be called. This is functionally similar to
javax.crypto.CipherOutputStream
Constructors
-
EncryptingSink(BlockCipher _cipher, Sink<
List< _dest, Padding _padding)int> >
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
add(
List< int> data) → void -
Adds
data
to the sink.override -
close(
) → void -
Closes the sink.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited