Package org.pgpainless.key.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 acceptsPGPPublicKeys that are accepted by the abstract methodKeySelectionStrategy.accept(Object).SecretKeySelectionStrategy Key Selection Strategy which acceptsPGPSecretKeys that are accepted by the abstract methodKeySelectionStrategy.accept(Object).