Package org.stellar.sdk.xdr
Class Auth
java.lang.Object
org.stellar.sdk.xdr.Auth
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Authdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, Auth encodedAuth) booleanstatic AuthfromXdrBase64(String xdr) static AuthfromXdrByteArray(byte[] xdr) getFlags()inthashCode()voidbyte[]
-
Constructor Details
-
Auth
public Auth()
-
-
Method Details
-
getFlags
-
setFlags
-
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
-