DklsEncryptionKey class

A class that represents a Dkls encryption key.

secretKey is the secret key of the encryption key.

verifyingKey is the verifying key of the encryption key.

Constructors

DklsEncryptionKey()

Properties

hashCode int
The hash code for this object.
no setterinherited
privateKey Uint8List
no setter
publicKey Uint8List
no setter
publicKeyHex String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

secretKeySize → const int