Class NoRevocation.PubKeySelectionStrategy<O>

  • Type Parameters:
    O - Type that describes the owner of this key (not used for this decision).
    All Implemented Interfaces:
    KeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey,​org.bouncycastle.openpgp.PGPPublicKeyRing,​O>
    Enclosing class:
    NoRevocation

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

      • PubKeySelectionStrategy

        public PubKeySelectionStrategy()
    • Method Detail

      • accept

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