Class EncryptedBody

java.lang.Object
org.stellar.sdk.xdr.EncryptedBody
All Implemented Interfaces:
XdrElement

public class EncryptedBody extends Object implements XdrElement
EncryptedBody's original definition in the XDR file is:
 typedef opaque EncryptedBody<64000>;
 
  • Constructor Details

    • EncryptedBody

      public EncryptedBody()
    • EncryptedBody

      public EncryptedBody(byte[] EncryptedBody)
      Creates a new EncryptedBody instance.
      Parameters:
      EncryptedBody - the EncryptedBody field value
  • Method Details