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