Class NotationData


  • public class NotationData
    extends SignatureSubpacket
    Class provided a NotationData object according to RFC2440, Chapter 5.2.3.15. Notation Data
    • Constructor Detail

      • NotationData

        public NotationData​(boolean critical,
                            boolean isLongLength,
                            byte[] data)
      • NotationData

        public NotationData​(boolean critical,
                            boolean humanReadable,
                            java.lang.String notationName,
                            java.lang.String notationValue)
    • Method Detail

      • isHumanReadable

        public boolean isHumanReadable()
      • getNotationName

        public java.lang.String getNotationName()
      • getNotationValue

        public java.lang.String getNotationValue()
      • getNotationValueBytes

        public byte[] getNotationValueBytes()