Class Data


  • public class Data
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long counter  
      byte[] keyId  
      byte[] raw  
    • Constructor Summary

      Constructors 
      Constructor Description
      Data​(byte[] keyId, byte[] all)  
      Data​(byte[] keyId, long counter, TransportedData transportedData)  
    • Field Detail

      • counter

        public long counter
      • raw

        public byte[] raw
      • keyId

        public byte[] keyId
    • Constructor Detail

      • Data

        public Data​(byte[] keyId,
                    long counter,
                    TransportedData transportedData)
      • Data

        public Data​(byte[] keyId,
                    byte[] all)
    • Method Detail

      • log

        public void log()
      • getEncoded

        public byte[] getEncoded()