Package org.stellar.sdk.xdr
Class DecoratedSignature
java.lang.Object
org.stellar.sdk.xdr.DecoratedSignature
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DecoratedSignaturedecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, DecoratedSignature encodedDecoratedSignature) booleanstatic DecoratedSignaturefromXdrBase64(String xdr) static DecoratedSignaturefromXdrByteArray(byte[] xdr) getHint()inthashCode()voidsetHint(SignatureHint value) voidsetSignature(Signature value) byte[]
-
Constructor Details
-
DecoratedSignature
public DecoratedSignature()
-
-
Method Details
-
getHint
-
setHint
-
getSignature
-
setSignature
-
encode
public static void encode(XdrDataOutputStream stream, DecoratedSignature encodedDecoratedSignature) 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
-