Package org.stellar.sdk.xdr
Class Signer
java.lang.Object
org.stellar.sdk.xdr.Signer
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Signerdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Signer encodedSigner) booleanstatic SignerfromXdrBase64(String xdr) static SignerfromXdrByteArray(byte[] xdr) getKey()inthashCode()voidvoidbyte[]
-
Constructor Details
-
Signer
public Signer()
-
-
Method Details
-
getKey
-
setKey
-
getWeight
-
setWeight
-
encode
- 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
-