@Generated(value="Autogenerated by Thrift Compiler (0.14.0)", date="2023-06-29") public class AesGcmV1 extends Object implements org.apache.thrift.TBase<AesGcmV1,AesGcmV1._Fields>, Serializable, Cloneable, Comparable<AesGcmV1>
Modifier and Type | Class and Description |
---|---|
static class |
AesGcmV1._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
ByteBuffer |
aad_file_unique
Unique file identifier part of AAD suffix *
|
ByteBuffer |
aad_prefix
AAD prefix *
|
static Map<AesGcmV1._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
boolean |
supply_aad_prefix
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
|
Constructor and Description |
---|
AesGcmV1() |
AesGcmV1(AesGcmV1 other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
bufferForAad_file_unique() |
ByteBuffer |
bufferForAad_prefix() |
void |
clear() |
int |
compareTo(AesGcmV1 other) |
AesGcmV1 |
deepCopy() |
boolean |
equals(AesGcmV1 that) |
boolean |
equals(Object that) |
AesGcmV1._Fields |
fieldForId(int fieldId) |
byte[] |
getAad_file_unique()
Unique file identifier part of AAD suffix *
|
byte[] |
getAad_prefix()
AAD prefix *
|
Object |
getFieldValue(AesGcmV1._Fields field) |
int |
hashCode() |
boolean |
isSet(AesGcmV1._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAad_file_unique()
Returns true if field aad_file_unique is set (has been assigned a value) and false otherwise
|
boolean |
isSetAad_prefix()
Returns true if field aad_prefix is set (has been assigned a value) and false otherwise
|
boolean |
isSetSupply_aad_prefix()
Returns true if field supply_aad_prefix is set (has been assigned a value) and false otherwise
|
boolean |
isSupply_aad_prefix()
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
AesGcmV1 |
setAad_file_unique(byte[] aad_file_unique)
Unique file identifier part of AAD suffix *
|
AesGcmV1 |
setAad_file_unique(ByteBuffer aad_file_unique) |
void |
setAad_file_uniqueIsSet(boolean value) |
AesGcmV1 |
setAad_prefix(byte[] aad_prefix)
AAD prefix *
|
AesGcmV1 |
setAad_prefix(ByteBuffer aad_prefix) |
void |
setAad_prefixIsSet(boolean value) |
void |
setFieldValue(AesGcmV1._Fields field,
Object value) |
AesGcmV1 |
setSupply_aad_prefix(boolean supply_aad_prefix)
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
|
void |
setSupply_aad_prefixIsSet(boolean value) |
String |
toString() |
void |
unsetAad_file_unique() |
void |
unsetAad_prefix() |
void |
unsetSupply_aad_prefix() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public ByteBuffer aad_prefix
public ByteBuffer aad_file_unique
public boolean supply_aad_prefix
public static final Map<AesGcmV1._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AesGcmV1()
public AesGcmV1(AesGcmV1 other)
public AesGcmV1 deepCopy()
deepCopy
in interface org.apache.thrift.TBase<AesGcmV1,AesGcmV1._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<AesGcmV1,AesGcmV1._Fields>
public byte[] getAad_prefix()
public ByteBuffer bufferForAad_prefix()
public AesGcmV1 setAad_prefix(byte[] aad_prefix)
public AesGcmV1 setAad_prefix(ByteBuffer aad_prefix)
public void unsetAad_prefix()
public boolean isSetAad_prefix()
public void setAad_prefixIsSet(boolean value)
public byte[] getAad_file_unique()
public ByteBuffer bufferForAad_file_unique()
public AesGcmV1 setAad_file_unique(byte[] aad_file_unique)
public AesGcmV1 setAad_file_unique(ByteBuffer aad_file_unique)
public void unsetAad_file_unique()
public boolean isSetAad_file_unique()
public void setAad_file_uniqueIsSet(boolean value)
public boolean isSupply_aad_prefix()
public AesGcmV1 setSupply_aad_prefix(boolean supply_aad_prefix)
public void unsetSupply_aad_prefix()
public boolean isSetSupply_aad_prefix()
public void setSupply_aad_prefixIsSet(boolean value)
public void setFieldValue(AesGcmV1._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<AesGcmV1,AesGcmV1._Fields>
public Object getFieldValue(AesGcmV1._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<AesGcmV1,AesGcmV1._Fields>
public boolean isSet(AesGcmV1._Fields field)
isSet
in interface org.apache.thrift.TBase<AesGcmV1,AesGcmV1._Fields>
public boolean equals(AesGcmV1 that)
public int compareTo(AesGcmV1 other)
compareTo
in interface Comparable<AesGcmV1>
public AesGcmV1._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<AesGcmV1,AesGcmV1._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2023 The Apache Software Foundation. All rights reserved.