DefaultVisaAgent class

Implemented types

Constructors

DefaultVisaAgent()

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

encryptedBundle(Uint8List plaintext, Meta meta, List<Document> documents) EncryptedBundle
Encrypt plaintext to ciphertexts with all visa keys
override
getEncryptKey(Document doc) EncryptKey?
getTerminal(Document doc) String?
getTerminals(List<Document> documents) Set<String>
Get all terminals from documents
override
getVerifyKey(Document doc) VerifyKey?
getVerifyKeys(Meta meta, List<Document> documents) List<VerifyKey>
Get all verify keys from documents and meta
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