Package org.stellar.sdk.xdr
Class Auth
java.lang.Object
org.stellar.sdk.xdr.Auth
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()default Stringdefault byte[]
-
Constructor Details
-
Auth
public Auth() -
Auth
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
builder
-
toBuilder
-
getFlags
-
setFlags
-
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-