MPICryptor class

Implemented types

Constructors

MPICryptor(InvocationHandler _h)

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 buf, Map<String, Uint8List> keys, {Context? ctx}) Future<Uint8List?>
Decrypt binary to decrypted binary.
override
encrypt(Uint8List buf, Map<String, Uint8List> keys, {Context? ctx}) Future<Uint8List?>
Encrypt binary to encrypted binary.
override
hash(Uint8List buf, Map<String, Uint8List> keys, {Context? ctx}) Future<Uint8List?>
Creates a combined hash code for a number of objects.
override
ioc() → void
override
methods() Map<String, Introspector>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(Uint8List buf, Map<String, Uint8List> keys, {Context? ctx}) Future<Uint8List?>
Sign compute the signature value.
override
toString() String
A string representation of this object.
inherited
verify(Uint8List buf, Map<String, Uint8List> keys, {Context? ctx}) Future<bool?>
Verify the signature value.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited