Package org.pgpainless.util.selection.key
Different Key Selection Strategies.
-
Interface Summary Interface Description KeySelectionStrategy<K,R> Interface that describes a selection strategy for OpenPGP keys. -
Class Summary Class Description PublicKeySelectionStrategy Key Selection Strategy which acceptsPGPPublicKey
s that are accepted by the abstract methodKeySelectionStrategy.accept(Object)
.SecretKeySelectionStrategy Key Selection Strategy which acceptsPGPSecretKey
s that are accepted by the abstract methodKeySelectionStrategy.accept(Object)
.