Class Identity


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

      Fields 
      Modifier and Type Field Description
      private byte[] blob  
      private byte[] comment  
    • Constructor Summary

      Constructors 
      Constructor Description
      Identity​(byte[] blob, byte[] comment)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getBlob()  
      byte[] getComment()  
      • Methods inherited from class java.lang.Object

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

      • blob

        private byte[] blob
      • comment

        private byte[] comment
    • Constructor Detail

      • Identity

        Identity​(byte[] blob,
                 byte[] comment)
    • Method Detail

      • getBlob

        public byte[] getBlob()
      • getComment

        public byte[] getComment()