Class ExactUserId.SecRingSelectionStrategy
- java.lang.Object
-
- org.pgpainless.util.selection.keyring.SecretKeyRingSelectionStrategy<String>
-
- org.pgpainless.util.selection.keyring.impl.ExactUserId.SecRingSelectionStrategy
-
- All Implemented Interfaces:
KeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection,String>
- Direct Known Subclasses:
XMPP.SecRingSelectionStrategy
- Enclosing class:
- ExactUserId
public static class ExactUserId.SecRingSelectionStrategy extends SecretKeyRingSelectionStrategy<String>
-
-
Constructor Summary
Constructors Constructor Description SecRingSelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(String identifier, org.bouncycastle.openpgp.PGPSecretKeyRing keyRing)
-
Methods inherited from class org.pgpainless.util.selection.keyring.SecretKeyRingSelectionStrategy
selectKeyRingsFromCollection, selectKeyRingsFromCollections
-
-
-
-
Constructor Detail
-
SecRingSelectionStrategy
public SecRingSelectionStrategy()
-
-