Class XMPP.SecRingSelectionStrategy
- java.lang.Object
-
- org.pgpainless.key.selection.keyring.SecretKeyRingSelectionStrategy<java.lang.String>
-
- org.pgpainless.key.selection.keyring.impl.ExactUserId.SecRingSelectionStrategy
-
- org.pgpainless.key.selection.keyring.impl.XMPP.SecRingSelectionStrategy
-
- All Implemented Interfaces:
KeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection,java.lang.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 booleanaccept(java.lang.String jid, org.bouncycastle.openpgp.PGPSecretKeyRing keyRing)-
Methods inherited from class org.pgpainless.key.selection.keyring.SecretKeyRingSelectionStrategy
selectKeyRingsFromCollection, selectKeyRingsFromCollections
-
-
-
-
Method Detail
-
accept
public boolean accept(java.lang.String jid, org.bouncycastle.openpgp.PGPSecretKeyRing keyRing)- Specified by:
acceptin interfaceKeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection,java.lang.String>- Overrides:
acceptin classExactUserId.SecRingSelectionStrategy
-
-