PinProtocol class sealed
- Implementers
Properties
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