Package org.stellar.sdk.xdr
Class EncryptedBody
java.lang.Object
org.stellar.sdk.xdr.EncryptedBody
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptedBodydecode(XdrDataInputStream stream) voidencode(XdrDataOutputStream stream) static voidencode(XdrDataOutputStream stream, EncryptedBody encodedEncryptedBody) booleanstatic EncryptedBodyfromXdrBase64(String xdr) static EncryptedBodyfromXdrByteArray(byte[] xdr) byte[]inthashCode()voidsetEncryptedBody(byte[] value) byte[]
-
Constructor Details
-
EncryptedBody
public EncryptedBody() -
EncryptedBody
public EncryptedBody(byte[] EncryptedBody)
-
-
Method Details
-
getEncryptedBody
public byte[] getEncryptedBody() -
setEncryptedBody
public void setEncryptedBody(byte[] value) -
encode
public static void encode(XdrDataOutputStream stream, EncryptedBody encodedEncryptedBody) 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
-