Class EncryptionKey


  • public final class EncryptionKey
    extends com.google.flatbuffers.Table
    • Field Summary

      • Fields inherited from class com.google.flatbuffers.Table

        bb, bb_pos, UTF8_CHARSET
    • Constructor Summary

      Constructors 
      Constructor Description
      EncryptionKey()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EncryptionKey __assign​(int _i, java.nio.ByteBuffer _bb)  
      void __init​(int _i, java.nio.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​(java.nio.ByteBuffer _bb)  
      static EncryptionKey getRootAsEncryptionKey​(java.nio.ByteBuffer _bb, EncryptionKey obj)  
      java.lang.String key()  
      java.nio.ByteBuffer keyAsByteBuffer()  
      java.nio.ByteBuffer keyInByteBuffer​(java.nio.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)  
      java.nio.ByteBuffer valueAsByteBuffer()  
      java.nio.ByteBuffer valueInByteBuffer​(java.nio.ByteBuffer _bb)  
      int valueLength()  
      • Methods inherited from class com.google.flatbuffers.Table

        __has_identifier, __indirect, __indirect, __offset, __offset, __string, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EncryptionKey

        public EncryptionKey()
    • Method Detail

      • getRootAsEncryptionKey

        public static EncryptionKey getRootAsEncryptionKey​(java.nio.ByteBuffer _bb)
      • __init

        public void __init​(int _i,
                           java.nio.ByteBuffer _bb)
      • __assign

        public EncryptionKey __assign​(int _i,
                                      java.nio.ByteBuffer _bb)
      • key

        public java.lang.String key()
      • keyAsByteBuffer

        public java.nio.ByteBuffer keyAsByteBuffer()
      • keyInByteBuffer

        public java.nio.ByteBuffer keyInByteBuffer​(java.nio.ByteBuffer _bb)
      • value

        public byte value​(int j)
      • valueLength

        public int valueLength()
      • valueAsByteBuffer

        public java.nio.ByteBuffer valueAsByteBuffer()
      • valueInByteBuffer

        public java.nio.ByteBuffer valueInByteBuffer​(java.nio.ByteBuffer _bb)
      • metadata

        public KeyValue metadata​(int j)
      • metadataLength

        public int metadataLength()
      • createEncryptionKey

        public static int createEncryptionKey​(com.google.flatbuffers.FlatBufferBuilder builder,
                                              int keyOffset,
                                              int valueOffset,
                                              int metadataOffset)
      • startEncryptionKey

        public static void startEncryptionKey​(com.google.flatbuffers.FlatBufferBuilder builder)
      • addKey

        public static void addKey​(com.google.flatbuffers.FlatBufferBuilder builder,
                                  int keyOffset)
      • addValue

        public static void addValue​(com.google.flatbuffers.FlatBufferBuilder builder,
                                    int valueOffset)
      • createValueVector

        public static int createValueVector​(com.google.flatbuffers.FlatBufferBuilder builder,
                                            byte[] data)
      • startValueVector

        public static void startValueVector​(com.google.flatbuffers.FlatBufferBuilder builder,
                                            int numElems)
      • addMetadata

        public static void addMetadata​(com.google.flatbuffers.FlatBufferBuilder builder,
                                       int metadataOffset)
      • createMetadataVector

        public static int createMetadataVector​(com.google.flatbuffers.FlatBufferBuilder builder,
                                               int[] data)
      • startMetadataVector

        public static void startMetadataVector​(com.google.flatbuffers.FlatBufferBuilder builder,
                                               int numElems)
      • endEncryptionKey

        public static int endEncryptionKey​(com.google.flatbuffers.FlatBufferBuilder builder)