diff --git a/sdk/src/main/java/io/opentdf/platform/sdk/Manifest.java b/sdk/src/main/java/io/opentdf/platform/sdk/Manifest.java index aca6d1c..0307566 100644 --- a/sdk/src/main/java/io/opentdf/platform/sdk/Manifest.java +++ b/sdk/src/main/java/io/opentdf/platform/sdk/Manifest.java @@ -31,8 +31,10 @@ import java.util.Objects; /** - * The Manifest class represents a detailed structure encapsulating various aspects - * of data integrity, encryption, payload, and assertions within a certain context. + * The Manifest class represents a detailed structure encapsulating various + * aspects + * of data integrity, encryption, payload, and assertions within a certain + * context. */ public class Manifest { @@ -203,6 +205,7 @@ public int hashCode() { static public class Method { public String algorithm; public String iv; + @SerializedName(value = "isStreamable") public Boolean IsStreamable; @Override