Package org.stellar.sdk.xdr
Class Curve25519Secret
java.lang.Object
org.stellar.sdk.xdr.Curve25519Secret
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Curve25519Secretdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Curve25519Secret encodedCurve25519Secret) booleanstatic Curve25519SecretfromXdrBase64(String xdr) static Curve25519SecretfromXdrByteArray(byte[] xdr) byte[]getKey()inthashCode()voidsetKey(byte[] value) byte[]
-
Constructor Details
-
Curve25519Secret
public Curve25519Secret()
-
-
Method Details
-
getKey
public byte[] getKey() -
setKey
public void setKey(byte[] value) -
encode
public static void encode(XdrDataOutputStream stream, Curve25519Secret encodedCurve25519Secret) throws IOException - Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
hashCode
public int hashCode() -
equals
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-