Package org.bouncycastle.openpgp.api
Class OpenPGPPolicy.OpenPGPNotationRegistry
java.lang.Object
org.bouncycastle.openpgp.api.OpenPGPPolicy.OpenPGPNotationRegistry
- Enclosing interface:
OpenPGPPolicy
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addKnownNotation
(String notationName) boolean
isNotationKnown
(String notationName)
-
Constructor Details
-
OpenPGPNotationRegistry
public OpenPGPNotationRegistry()
-
-
Method Details
-
isNotationKnown
-
addKnownNotation
-