Class NoRevocation.SecKeySelectionStrategy

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

    public static class NoRevocation.SecKeySelectionStrategy
    extends SecretKeySelectionStrategy
    Key Selection Strategy which only accepts PGPSecretKeys which have no revocation.
    • Constructor Detail

      • SecKeySelectionStrategy

        public SecKeySelectionStrategy()
    • Method Detail

      • accept

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