Uses of Class
org.pgpainless.decryption_verification.MissingKeyPassphraseStrategy
-
Packages that use MissingKeyPassphraseStrategy Package Description org.pgpainless.decryption_verification Classes used to decryption and verification of OpenPGP encrypted / signed data. -
-
Uses of MissingKeyPassphraseStrategy in org.pgpainless.decryption_verification
Methods in org.pgpainless.decryption_verification that return MissingKeyPassphraseStrategy Modifier and Type Method Description static MissingKeyPassphraseStrategyMissingKeyPassphraseStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static MissingKeyPassphraseStrategy[]MissingKeyPassphraseStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pgpainless.decryption_verification with parameters of type MissingKeyPassphraseStrategy Modifier and Type Method Description ConsumerOptionsConsumerOptions. setMissingKeyPassphraseStrategy(MissingKeyPassphraseStrategy strategy)Specify theMissingKeyPassphraseStrategy.
-