Package org.stellar.sdk.xdr
Class SignerKey.SignerKeyEd25519SignedPayload
java.lang.Object
org.stellar.sdk.xdr.SignerKey.SignerKeyEd25519SignedPayload
- Enclosing class:
SignerKey
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, SignerKey.SignerKeyEd25519SignedPayload encodedSignerKeyEd25519SignedPayload) booleanfromXdrBase64(String xdr) fromXdrByteArray(byte[] xdr) byte[]inthashCode()voidsetEd25519(Uint256 value) voidsetPayload(byte[] value) byte[]
-
Constructor Details
-
SignerKeyEd25519SignedPayload
public SignerKeyEd25519SignedPayload()
-
-
Method Details
-
getEd25519
-
setEd25519
-
getPayload
public byte[] getPayload() -
setPayload
public void setPayload(byte[] value) -
encode
public static void encode(XdrDataOutputStream stream, SignerKey.SignerKeyEd25519SignedPayload encodedSignerKeyEd25519SignedPayload) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
public static SignerKey.SignerKeyEd25519SignedPayload decode(XdrDataInputStream stream) throws IOException - Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
public static SignerKey.SignerKeyEd25519SignedPayload fromXdrByteArray(byte[] xdr) throws IOException - Throws:
IOException
-