Class NoRevocation.PubKeySelectionStrategy

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

    public static class NoRevocation.PubKeySelectionStrategy
    extends PublicKeySelectionStrategy
    Key Selection Strategy which only accepts PGPPublicKeys which have no revocation.
    • Constructor Detail

      • PubKeySelectionStrategy

        public PubKeySelectionStrategy()
    • Method Detail

      • accept

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