Package org.pgpainless.key.selection.key.impl
Implementations of Key Selection Strategies.
-
Class Summary Class Description EncryptionKeySelectionStrategy<O> Key Selection Strategy that only acceptsPGPPublicKeys which are capable of encryption.NoRevocation Key Selection Strategies that do accept only keys, which have no revocation.NoRevocation.PubKeySelectionStrategy<O> Key Selection Strategy which only acceptsPGPPublicKeys which have no revocation.NoRevocation.SecKeySelectionStrategy<O> Key Selection Strategy which only acceptsPGPSecretKeys which have no revocation.SignatureKeySelectionStrategy<O> Key Selection Strategy that only acceptsPGPSecretKeys which are capable of signing.SignedByMasterKey SignedByMasterKey.PubkeySelectionStrategy