XdrCryptoKeyType class

Constructors

XdrCryptoKeyType(dynamic _value)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
value → dynamic
read-only

Methods

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

Operators

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

Static Methods

decode(XdrDataInputStream stream) XdrCryptoKeyType
encode(XdrDataOutputStream stream, XdrCryptoKeyType value) → void

Constants

KEY_TYPE_ED25519 → const XdrCryptoKeyType
const XdrCryptoKeyType._internal(0)
KEY_TYPE_HASH_X → const XdrCryptoKeyType
const XdrCryptoKeyType._internal(2)
KEY_TYPE_MUXED_ED25519 → const XdrCryptoKeyType
MUXED enum values for supported type are derived from the enum values above by ORing them with 0x100.
const XdrCryptoKeyType._internal(256)
KEY_TYPE_PRE_AUTH_TX → const XdrCryptoKeyType
const XdrCryptoKeyType._internal(1)