public final class EncryptionCtx
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
EncryptionCtx() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionCtx |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addAlgo(com.google.flatbuffers.FlatBufferBuilder builder,
int algoOffset) |
static void |
addBatchSize(com.google.flatbuffers.FlatBufferBuilder builder,
int batchSize) |
static void |
addCompressionType(com.google.flatbuffers.FlatBufferBuilder builder,
byte compressionType) |
static void |
addIsBatchMessage(com.google.flatbuffers.FlatBufferBuilder builder,
boolean isBatchMessage) |
static void |
addKeys(com.google.flatbuffers.FlatBufferBuilder builder,
int keysOffset) |
static void |
addParam(com.google.flatbuffers.FlatBufferBuilder builder,
int paramOffset) |
static void |
addUncompressedMessageSize(com.google.flatbuffers.FlatBufferBuilder builder,
int uncompressedMessageSize) |
String |
algo() |
ByteBuffer |
algoAsByteBuffer() |
ByteBuffer |
algoInByteBuffer(ByteBuffer _bb) |
int |
batchSize() |
byte |
compressionType() |
static int |
createEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder,
int keysOffset,
int paramOffset,
int algoOffset,
byte compressionType,
int uncompressedMessageSize,
int batchSize,
boolean isBatchMessage) |
static int |
createKeysVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createParamVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data) |
static int |
endEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder) |
static EncryptionCtx |
getRootAsEncryptionCtx(ByteBuffer _bb) |
static EncryptionCtx |
getRootAsEncryptionCtx(ByteBuffer _bb,
EncryptionCtx obj) |
boolean |
isBatchMessage() |
EncryptionKey |
keys(EncryptionKey obj,
int j) |
EncryptionKey |
keys(int j) |
int |
keysLength() |
byte |
param(int j) |
ByteBuffer |
paramAsByteBuffer() |
ByteBuffer |
paramInByteBuffer(ByteBuffer _bb) |
int |
paramLength() |
static void |
startEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startKeysVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startParamVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
int |
uncompressedMessageSize() |
public static EncryptionCtx getRootAsEncryptionCtx(ByteBuffer _bb)
public static EncryptionCtx getRootAsEncryptionCtx(ByteBuffer _bb, EncryptionCtx obj)
public void __init(int _i,
ByteBuffer _bb)
public EncryptionCtx __assign(int _i, ByteBuffer _bb)
public EncryptionKey keys(int j)
public EncryptionKey keys(EncryptionKey obj, int j)
public int keysLength()
public byte param(int j)
public int paramLength()
public ByteBuffer paramAsByteBuffer()
public ByteBuffer paramInByteBuffer(ByteBuffer _bb)
public String algo()
public ByteBuffer algoAsByteBuffer()
public ByteBuffer algoInByteBuffer(ByteBuffer _bb)
public byte compressionType()
public int uncompressedMessageSize()
public int batchSize()
public boolean isBatchMessage()
public static int createEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder,
int keysOffset,
int paramOffset,
int algoOffset,
byte compressionType,
int uncompressedMessageSize,
int batchSize,
boolean isBatchMessage)
public static void startEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addKeys(com.google.flatbuffers.FlatBufferBuilder builder,
int keysOffset)
public static int createKeysVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data)
public static void startKeysVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static void addParam(com.google.flatbuffers.FlatBufferBuilder builder,
int paramOffset)
public static int createParamVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data)
public static void startParamVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static void addAlgo(com.google.flatbuffers.FlatBufferBuilder builder,
int algoOffset)
public static void addCompressionType(com.google.flatbuffers.FlatBufferBuilder builder,
byte compressionType)
public static void addUncompressedMessageSize(com.google.flatbuffers.FlatBufferBuilder builder,
int uncompressedMessageSize)
public static void addBatchSize(com.google.flatbuffers.FlatBufferBuilder builder,
int batchSize)
public static void addIsBatchMessage(com.google.flatbuffers.FlatBufferBuilder builder,
boolean isBatchMessage)
public static int endEncryptionCtx(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.