PinProtocolV1 class
- Inheritance
-
- Object
- PinProtocol
- PinProtocolV1
- Implementers
Constructors
Properties
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> -
override
-
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