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