Package org.stellar.sdk.xdr
Class EncryptedBody
java.lang.Object
org.stellar.sdk.xdr.EncryptedBody
EncryptedBody's original definition in the XDR file is:
typedef opaque EncryptedBody<64000>;
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptedBody
decode
(XdrDataInputStream stream) void
encode
(XdrDataOutputStream stream) boolean
static EncryptedBody
fromXdrBase64
(String xdr) static EncryptedBody
fromXdrByteArray
(byte[] xdr) byte[]
int
hashCode()
void
setEncryptedBody
(byte[] EncryptedBody) toString()
default String
default byte[]
-
Constructor Details
-
EncryptedBody
public EncryptedBody() -
EncryptedBody
public EncryptedBody(byte[] EncryptedBody)
-
-
Method Details
-
encode
- Throws:
IOException
-
decode
- Throws:
IOException
-
fromXdrBase64
- Throws:
IOException
-
fromXdrByteArray
- Throws:
IOException
-
getEncryptedBody
public byte[] getEncryptedBody() -
setEncryptedBody
public void setEncryptedBody(byte[] EncryptedBody) -
equals
-
hashCode
public int hashCode() -
toString
-
toXdrBase64
- Throws:
IOException
-
toXdrByteArray
- Throws:
IOException
-