Class PartialUserId.SecRingSelectionStrategy
- java.lang.Object
-
- org.pgpainless.key.selection.key.SecretKeySelectionStrategy<java.lang.String>
-
- org.pgpainless.key.selection.keyring.impl.PartialUserId.SecRingSelectionStrategy
-
- All Implemented Interfaces:
KeySelectionStrategy<org.bouncycastle.openpgp.PGPSecretKey,org.bouncycastle.openpgp.PGPSecretKeyRing,java.lang.String>
- Direct Known Subclasses:
Email.SecRingSelectionStrategy
- Enclosing class:
- PartialUserId
public static class PartialUserId.SecRingSelectionStrategy extends SecretKeySelectionStrategy<java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description SecRingSelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.lang.String identifier, org.bouncycastle.openpgp.PGPSecretKey key)-
Methods inherited from class org.pgpainless.key.selection.key.SecretKeySelectionStrategy
selectKeysFromKeyRing, selectKeysFromKeyRings
-
-