Class OpenPGPPolicy.OpenPGPNotationRegistry

java.lang.Object
org.bouncycastle.openpgp.api.OpenPGPPolicy.OpenPGPNotationRegistry
Enclosing interface:
OpenPGPPolicy

public static class OpenPGPPolicy.OpenPGPNotationRegistry extends Object
The OpenPGPPolicy.OpenPGPNotationRegistry can be used to register known notations, such that signatures containing notation instances of the same name, which are marked as critical do not invalidate the signature.
  • Constructor Details

    • OpenPGPNotationRegistry

      public OpenPGPNotationRegistry()
  • Method Details

    • isNotationKnown

      public boolean isNotationKnown(String notationName)
    • addKnownNotation

      public void addKnownNotation(String notationName)