Package org.stellar.sdk.xdr
Class Auth
java.lang.Object
org.stellar.sdk.xdr.Auth
- All Implemented Interfaces:
XdrElement
Auth's original definition in the XDR file is:
struct Auth
{
int flags;
};
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Auth.AuthBuilderbuilder()static Authdecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) booleanstatic AuthfromXdrBase64(String xdr) static AuthfromXdrByteArray(byte[] xdr) getFlags()inthashCode()voidtoString()Methods inherited from interface org.stellar.sdk.xdr.XdrElement
toXdrBase64, toXdrByteArray
-
Constructor Details
-
Auth
public Auth() -
Auth
-
-
Method Details
-
encode
- Specified by:
encodein interfaceXdrElement- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getFlags
-
setFlags
-
equals
-
hashCode
public int hashCode() -
toString
-