Uses of Class
org.pgpainless.util.NotationRegistry
-
Packages that use NotationRegistry Package Description org.pgpainless.policy Policy regarding used algorithms.org.pgpainless.signature.consumer Classes related to OpenPGP signature verification. -
-
Uses of NotationRegistry in org.pgpainless.policy
Methods in org.pgpainless.policy that return NotationRegistry Modifier and Type Method Description NotationRegistryPolicy. getNotationRegistry()Return theNotationRegistryof PGPainless. -
Uses of NotationRegistry in org.pgpainless.signature.consumer
Methods in org.pgpainless.signature.consumer with parameters of type NotationRegistry Modifier and Type Method Description static SignatureValidatorSignatureValidator. signatureDoesNotHaveCriticalUnknownNotations(NotationRegistry registry)Verify that a signature does not carry critical unknown notations.
-