Class NotationData

java.lang.Object
org.bouncycastle.bcpg.SignatureSubpacket
org.bouncycastle.bcpg.sig.NotationData

public class NotationData extends SignatureSubpacket
Signature Subpacket encoding custom notations. Notations are key-value pairs.
See Also:
  • Field Details

  • Constructor Details

    • NotationData

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

      public NotationData(boolean critical, boolean humanReadable, String notationName, String notationValue)
  • Method Details

    • isHumanReadable

      public boolean isHumanReadable()
    • getNotationName

      public String getNotationName()
    • getNotationValue

      public String getNotationValue()
    • getNotationValueBytes

      public byte[] getNotationValueBytes()