Package dev.sodot.hftsigner.flatbuffers
Class ImportKeyPayload
java.lang.Object
com.google.flatbuffers.Table
dev.sodot.hftsigner.flatbuffers.ImportKeyPayload
public final class ImportKeyPayload
extends com.google.flatbuffers.Table
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.flatbuffers.Table
bb, bb_pos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static voidaddDetails(com.google.flatbuffers.FlatBufferBuilder builder, int detailsOffset) static voidaddKeyType(com.google.flatbuffers.FlatBufferBuilder builder, int keyType) static intcreateDetailsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static intcreateImportKeyPayload(com.google.flatbuffers.FlatBufferBuilder builder, int keyType, int detailsOffset) details(int j) details(VertexDetails obj, int j) intstatic intendImportKeyPayload(com.google.flatbuffers.FlatBufferBuilder builder) static ImportKeyPayloadstatic ImportKeyPayloadintkeyType()static voidstartDetailsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static voidstartImportKeyPayload(com.google.flatbuffers.FlatBufferBuilder builder) static voidMethods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
Constructor Details
-
ImportKeyPayload
public ImportKeyPayload()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsImportKeyPayload
-
getRootAsImportKeyPayload
-
__init
-
__assign
-
keyType
public int keyType() -
details
-
details
-
detailsLength
public int detailsLength() -
detailsVector
-
detailsVector
-
createImportKeyPayload
public static int createImportKeyPayload(com.google.flatbuffers.FlatBufferBuilder builder, int keyType, int detailsOffset) -
startImportKeyPayload
public static void startImportKeyPayload(com.google.flatbuffers.FlatBufferBuilder builder) -
addKeyType
public static void addKeyType(com.google.flatbuffers.FlatBufferBuilder builder, int keyType) -
addDetails
public static void addDetails(com.google.flatbuffers.FlatBufferBuilder builder, int detailsOffset) -
createDetailsVector
public static int createDetailsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startDetailsVector
public static void startDetailsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
endImportKeyPayload
public static int endImportKeyPayload(com.google.flatbuffers.FlatBufferBuilder builder)
-