@Generated(value="Autogenerated by Thrift Compiler (0.22.0)", date="2025-08-30") 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>ClassCastExceptionprotected 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.TExceptionprotected 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.TExceptionprotected 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.TExceptionprotected 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.TExceptionprotected 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 © 2024 The Apache Software Foundation. All rights reserved.