public final class EncryptionKey
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
EncryptionKey() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionKey |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addKey(com.google.flatbuffers.FlatBufferBuilder builder,
int keyOffset) |
static void |
addMetadata(com.google.flatbuffers.FlatBufferBuilder builder,
int metadataOffset) |
static void |
addValue(com.google.flatbuffers.FlatBufferBuilder builder,
int valueOffset) |
static int |
createEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder,
int keyOffset,
int valueOffset,
int metadataOffset) |
static int |
createMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createValueVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data) |
static int |
endEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder) |
static EncryptionKey |
getRootAsEncryptionKey(ByteBuffer _bb) |
static EncryptionKey |
getRootAsEncryptionKey(ByteBuffer _bb,
EncryptionKey obj) |
String |
key() |
ByteBuffer |
keyAsByteBuffer() |
ByteBuffer |
keyInByteBuffer(ByteBuffer _bb) |
KeyValue |
metadata(int j) |
KeyValue |
metadata(KeyValue obj,
int j) |
int |
metadataLength() |
static void |
startEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startValueVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
byte |
value(int j) |
ByteBuffer |
valueAsByteBuffer() |
ByteBuffer |
valueInByteBuffer(ByteBuffer _bb) |
int |
valueLength() |
public static EncryptionKey getRootAsEncryptionKey(ByteBuffer _bb)
public static EncryptionKey getRootAsEncryptionKey(ByteBuffer _bb, EncryptionKey obj)
public void __init(int _i,
ByteBuffer _bb)
public EncryptionKey __assign(int _i, ByteBuffer _bb)
public String key()
public ByteBuffer keyAsByteBuffer()
public ByteBuffer keyInByteBuffer(ByteBuffer _bb)
public byte value(int j)
public int valueLength()
public ByteBuffer valueAsByteBuffer()
public ByteBuffer valueInByteBuffer(ByteBuffer _bb)
public KeyValue metadata(int j)
public int metadataLength()
public static int createEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder,
int keyOffset,
int valueOffset,
int metadataOffset)
public static void startEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addKey(com.google.flatbuffers.FlatBufferBuilder builder,
int keyOffset)
public static void addValue(com.google.flatbuffers.FlatBufferBuilder builder,
int valueOffset)
public static int createValueVector(com.google.flatbuffers.FlatBufferBuilder builder,
byte[] data)
public static void startValueVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static void addMetadata(com.google.flatbuffers.FlatBufferBuilder builder,
int metadataOffset)
public static int createMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data)
public static void startMetadataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems)
public static int endEncryptionKey(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.