AesGcmCipher class

Constructors

AesGcmCipher(Uint8List aesKey)
Creates a cipher around an aes shared key.

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

decrypt(Uint8List cipherText, Uint8List iv) Uint8List
encrypt(Uint8List clearText, Uint8List iv) Uint8List
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

Constants

TAG_SIZE → const int
Byte size of GCM tag.