XdrCryptoKeyType class

Constructors

XdrCryptoKeyType(dynamic _value)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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
KEY_TYPE_HASH_X → const XdrCryptoKeyType
KEY_TYPE_MUXED_ED25519 → const XdrCryptoKeyType
MUXED enum values for supported type are derived from the enum values above by ORing them with 0x100.
KEY_TYPE_PRE_AUTH_TX → const XdrCryptoKeyType