MldsaKeyshare
Constructors
new MldsaKeyshare()
new MldsaKeyshare(
raw):MldsaKeyshare
Parameters
raw
MldsaKeyshare
Returns
Properties
raw
readonlyraw:MldsaKeyshare
Accessors
keyIdBase64
Get Signature
get keyIdBase64():
string
Returns
string
keyIdHex
Get Signature
get keyIdHex():
string
Returns
string
publicKeyBase64
Get Signature
get publicKeyBase64():
string
Returns
string
publicKeyHex
Get Signature
get publicKeyHex():
string
Returns
string
Methods
keyId()
keyId():
ArrayBuffer
Returns
ArrayBuffer
publicKey()
publicKey():
ArrayBuffer
Returns
ArrayBuffer
toBase64()
toBase64():
string
Returns
string
toBytes()
toBytes():
ArrayBuffer
Returns
ArrayBuffer
toHex()
toHex():
string
Returns
string
fromBase64()
staticfromBase64(bytes):MldsaKeyshare
Parameters
bytes
string
Returns
fromBytes()
staticfromBytes(bytes):MldsaKeyshare
Parameters
bytes
ArrayBuffer
Returns
fromHex()
staticfromHex(bytes):MldsaKeyshare
Parameters
bytes
string
Returns
fromRaw()
staticfromRaw(raw):MldsaKeyshare
Parameters
raw
MldsaKeyshare