Class SignatureSubpacket

    • Field Detail

      • data

        protected byte[] data
    • Constructor Detail

      • SignatureSubpacket

        protected SignatureSubpacket​(int type,
                                     boolean critical,
                                     boolean isLongLength,
                                     byte[] data)
    • Method Detail

      • getType

        public int getType()
      • isCritical

        public boolean isCritical()
      • isLongLength

        public boolean isLongLength()
      • getData

        public byte[] getData()
        return the generic data making up the packet.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object