@Generated(value="Autogenerated by Thrift Compiler (0.14.0)", date="2023-06-29") public class EncryptionAlgorithm extends org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
Modifier and Type | Class and Description |
---|---|
static class |
EncryptionAlgorithm._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<EncryptionAlgorithm._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
EncryptionAlgorithm() |
EncryptionAlgorithm(EncryptionAlgorithm._Fields setField,
Object value) |
EncryptionAlgorithm(EncryptionAlgorithm other) |
Modifier and Type | Method and Description |
---|---|
static EncryptionAlgorithm |
AES_GCM_CTR_V1(AesGcmCtrV1 value) |
static EncryptionAlgorithm |
AES_GCM_V1(AesGcmV1 value) |
protected void |
checkType(EncryptionAlgorithm._Fields setField,
Object value) |
int |
compareTo(EncryptionAlgorithm other) |
EncryptionAlgorithm |
deepCopy() |
protected EncryptionAlgorithm._Fields |
enumForId(short id) |
boolean |
equals(EncryptionAlgorithm other) |
boolean |
equals(Object other) |
EncryptionAlgorithm._Fields |
fieldForId(int fieldId) |
AesGcmCtrV1 |
getAES_GCM_CTR_V1() |
AesGcmV1 |
getAES_GCM_V1() |
protected org.apache.thrift.protocol.TField |
getFieldDesc(EncryptionAlgorithm._Fields setField) |
protected org.apache.thrift.protocol.TStruct |
getStructDesc() |
int |
hashCode() |
boolean |
isSetAES_GCM_CTR_V1() |
boolean |
isSetAES_GCM_V1() |
void |
setAES_GCM_CTR_V1(AesGcmCtrV1 value) |
void |
setAES_GCM_V1(AesGcmV1 value) |
protected Object |
standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TField field) |
protected void |
standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
protected Object |
tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
short fieldID) |
protected void |
tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<EncryptionAlgorithm._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public EncryptionAlgorithm()
public EncryptionAlgorithm(EncryptionAlgorithm._Fields setField, Object value)
public EncryptionAlgorithm(EncryptionAlgorithm other)
public EncryptionAlgorithm deepCopy()
public static EncryptionAlgorithm AES_GCM_V1(AesGcmV1 value)
public static EncryptionAlgorithm AES_GCM_CTR_V1(AesGcmCtrV1 value)
protected void checkType(EncryptionAlgorithm._Fields setField, Object value) throws ClassCastException
checkType
in class org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
ClassCastException
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException
standardSchemeReadValue
in class org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
org.apache.thrift.TException
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
standardSchemeWriteValue
in class org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
org.apache.thrift.TException
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException
tupleSchemeReadValue
in class org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
org.apache.thrift.TException
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
tupleSchemeWriteValue
in class org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
org.apache.thrift.TException
protected org.apache.thrift.protocol.TField getFieldDesc(EncryptionAlgorithm._Fields setField)
getFieldDesc
in class org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
protected org.apache.thrift.protocol.TStruct getStructDesc()
getStructDesc
in class org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
protected EncryptionAlgorithm._Fields enumForId(short id)
enumForId
in class org.apache.thrift.TUnion<EncryptionAlgorithm,EncryptionAlgorithm._Fields>
public EncryptionAlgorithm._Fields fieldForId(int fieldId)
public AesGcmV1 getAES_GCM_V1()
public void setAES_GCM_V1(AesGcmV1 value)
public AesGcmCtrV1 getAES_GCM_CTR_V1()
public void setAES_GCM_CTR_V1(AesGcmCtrV1 value)
public boolean isSetAES_GCM_V1()
public boolean isSetAES_GCM_CTR_V1()
public boolean equals(EncryptionAlgorithm other)
public int compareTo(EncryptionAlgorithm other)
Copyright © 2023 The Apache Software Foundation. All rights reserved.