Class EncryptionKeys


  • public final class EncryptionKeys
    extends java.lang.Object
    • Constructor Detail

      • EncryptionKeys

        public EncryptionKeys()
    • Method Detail

      • hasKey

        public boolean hasKey()
      • getKey

        public java.lang.String getKey()
      • hasValue

        public boolean hasValue()
      • getValueSize

        public int getValueSize()
      • getValue

        public byte[] getValue()
      • getValueSlice

        public io.netty.buffer.ByteBuf getValueSlice()
      • setValue

        public EncryptionKeys setValue​(io.netty.buffer.ByteBuf value)
      • getMetadatasCount

        public int getMetadatasCount()
      • getMetadataAt

        public KeyValue getMetadataAt​(int idx)
      • getMetadatasList

        public java.util.List<KeyValue> getMetadatasList()
      • addMetadata

        public KeyValue addMetadata()
      • writeTo

        public int writeTo​(io.netty.buffer.ByteBuf _b)
      • getSerializedSize

        public int getSerializedSize()
      • parseFrom

        public void parseFrom​(io.netty.buffer.ByteBuf _buffer,
                              int _size)
      • toByteArray

        public byte[] toByteArray()
      • parseFrom

        public void parseFrom​(byte[] a)