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