PinProtocolV2 class

Inheritance

Constructors

PinProtocolV2()

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 setteroverride

Methods

authenticate(List<int> key, List<int> message) Future<List<int>>
override
decrypt(List<int> key, List<int> ciphertext) Future<List<int>>
override
encapsulate(CoseKey peerCoseKey) Future<EncapsulateResult>
inherited
encrypt(List<int> key, List<int> plaintext) Future<List<int>>
override
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>
override

Operators

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