Cipher class

Constructors

Cipher()

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

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

Static Properties

supported SupportedFunction
getter/setter pair

Static Methods

blockSize(int id) int
cipher(int id) → BlockCipher
id(String name) int
keySize(int id) int
name(int id) String
preferenceCsv([int startAfter = 0]) String
preferenceIntersect(String intersectCsv, [bool server = false, int startAfter = 0]) int

Constants

AES128_CBC → const int
AES128_CTR → const int
AES256_CBC → const int
AES256_CTR → const int
End → const int