Package org.stellar.sdk.xdr
Class Curve25519Public
java.lang.Object
org.stellar.sdk.xdr.Curve25519Public
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Curve25519Publicdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Curve25519Public encodedCurve25519Public) booleanstatic Curve25519PublicfromXdrBase64(String xdr) static Curve25519PublicfromXdrByteArray(byte[] xdr) byte[]getKey()inthashCode()voidsetKey(byte[] value) byte[]
-
Constructor Details
-
Curve25519Public
public Curve25519Public()
-
-
Method Details
-
getKey
public byte[] getKey() -
setKey
public void setKey(byte[] value) -
encode
public static void encode(XdrDataOutputStream stream, Curve25519Public encodedCurve25519Public) 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
-