Class SignatureKeySelectionStrategy

  • All Implemented Interfaces:
    KeySelectionStrategy<org.bouncycastle.openpgp.PGPSecretKey,​org.bouncycastle.openpgp.PGPSecretKeyRing>

    public class SignatureKeySelectionStrategy
    extends SecretKeySelectionStrategy
    Key Selection Strategy that only accepts PGPSecretKeys which are capable of signing.
    • Constructor Detail

      • SignatureKeySelectionStrategy

        public SignatureKeySelectionStrategy()
    • Method Detail

      • accept

        public boolean accept​(@Nonnull
                              org.bouncycastle.openpgp.PGPSecretKey key)