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