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