Class Email.PubRingSelectionStrategy
- java.lang.Object
-
- org.pgpainless.key.selection.key.PublicKeySelectionStrategy<java.lang.String>
-
- org.pgpainless.key.selection.keyring.impl.PartialUserId.PubRingSelectionStrategy
-
- org.pgpainless.key.selection.keyring.impl.Email.PubRingSelectionStrategy
-
- All Implemented Interfaces:
KeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey,org.bouncycastle.openpgp.PGPPublicKeyRing,java.lang.String>
- Enclosing class:
public static class Email.PubRingSelectionStrategy extends PartialUserId.PubRingSelectionStrategy
-
-
Constructor Summary
Constructors Constructor Description PubRingSelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(java.lang.String email, org.bouncycastle.openpgp.PGPPublicKey key)-
Methods inherited from class org.pgpainless.key.selection.key.PublicKeySelectionStrategy
selectKeysFromKeyRing, selectKeysFromKeyRings
-
-
-
-
Method Detail
-
accept
public boolean accept(@Nonnull java.lang.String email, @Nonnull org.bouncycastle.openpgp.PGPPublicKey key)- Specified by:
acceptin interfaceKeySelectionStrategy<org.bouncycastle.openpgp.PGPPublicKey,org.bouncycastle.openpgp.PGPPublicKeyRing,java.lang.String>- Overrides:
acceptin classPartialUserId.PubRingSelectionStrategy
-
-