XdrCurve25519Public class

Constructors

XdrCurve25519Public()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
key Uint8List
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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

Static Methods

decode(XdrDataInputStream stream) XdrCurve25519Public
encode(XdrDataOutputStream stream, XdrCurve25519Public encodedCurve25519Public) → dynamic