Package org.stellar.sdk.xdr
Class Signature
java.lang.Object
org.stellar.sdk.xdr.Signature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Signaturedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Signature encodedSignature) booleanstatic SignaturefromXdrBase64(String xdr) static SignaturefromXdrByteArray(byte[] xdr) byte[]inthashCode()voidsetSignature(byte[] value) byte[]
-
Constructor Details
-
Signature
public Signature() -
Signature
public Signature(byte[] Signature)
-
-
Method Details
-
getSignature
public byte[] getSignature() -
setSignature
public void setSignature(byte[] value) -
encode
public static void encode(XdrDataOutputStream stream, Signature encodedSignature) 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
-