Class XMPP.SecRingSelectionStrategy
- java.lang.Object
-
- org.pgpainless.util.selection.keyring.SecretKeyRingSelectionStrategy<String>
-
- org.pgpainless.util.selection.keyring.impl.ExactUserId.SecRingSelectionStrategy
-
- org.pgpainless.util.selection.keyring.impl.XMPP.SecRingSelectionStrategy
-
- All Implemented Interfaces:
KeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection,String>
- Enclosing class:
- XMPP
public static class XMPP.SecRingSelectionStrategy extends ExactUserId.SecRingSelectionStrategy
-
-
Constructor Summary
Constructors Constructor Description SecRingSelectionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(String jid, org.bouncycastle.openpgp.PGPSecretKeyRing keyRing)
-
Methods inherited from class org.pgpainless.util.selection.keyring.SecretKeyRingSelectionStrategy
selectKeyRingsFromCollection, selectKeyRingsFromCollections
-
-
-
-
Constructor Detail
-
SecRingSelectionStrategy
public SecRingSelectionStrategy()
-
-
Method Detail
-
accept
public boolean accept(String jid, org.bouncycastle.openpgp.PGPSecretKeyRing keyRing)
- Specified by:
accept
in interfaceKeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection,String>
- Overrides:
accept
in classExactUserId.SecRingSelectionStrategy
-
-