PinProtocol class sealed

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int
no setter

Methods

authenticate(List<int> key, List<int> message) Future<List<int>>
decrypt(List<int> key, List<int> ciphertext) Future<List<int>>
encapsulate(CoseKey peerCoseKey) Future<EncapsulateResult>
encrypt(List<int> key, List<int> plaintext) Future<List<int>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verify(List<int> key, List<int> message, List<int> signature) Future<bool>

Operators

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