Class And.PubKeySelectionStrategy<O>
- java.lang.Object
-
- org.pgpainless.key.selection.key.PublicKeySelectionStrategy<O>
-
- org.pgpainless.key.selection.key.util.And.PubKeySelectionStrategy<O>
-
- All Implemented Interfaces:
KeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey,org.bouncycastle.openpgp.PGPPublicKeyRing,O>
- Enclosing class:
- And
public static class And.PubKeySelectionStrategy<O> extends PublicKeySelectionStrategy<O>
-
-
Constructor Summary
Constructors Constructor Description PubKeySelectionStrategy(PublicKeySelectionStrategy<O> left, PublicKeySelectionStrategy<O> right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(O identifier, org.bouncycastle.openpgp.PGPPublicKey key)-
Methods inherited from class org.pgpainless.key.selection.key.PublicKeySelectionStrategy
selectKeysFromKeyRing, selectKeysFromKeyRings
-
-
-
-
Constructor Detail
-
PubKeySelectionStrategy
public PubKeySelectionStrategy(@Nonnull PublicKeySelectionStrategy<O> left, @Nonnull PublicKeySelectionStrategy<O> right)
-
-
Method Detail
-
accept
public boolean accept(O identifier, org.bouncycastle.openpgp.PGPPublicKey key)
-
-