Crypt class

Constructors

Crypt(Key keyEncryptBase64, {dynamic ivs})

Properties

encrypter ↔ Encrypter?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iv ↔ IV?
getter/setter pair
ivString String?
getter/setter pair
key ↔ Key?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(String encrypted) → dynamic
encode(dynamic text) → dynamic
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 Methods

getKeyEncrypt() → Key
getKeyFromBase64(String base64, {dynamic ivs}) Crypt