Klasse 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
- Alle implementierten Schnittstellen:
KeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection, String>
- Umschließende Klasse:
XMPP
SecretKeyRingSelectionStrategy which accepts a given
PGPSecretKeyRing if its primary key has a user-id that matches the given jid. The argument
jidcan either contain the prefix "xmpp:", or not, the result will be the same.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.pgpainless.util.selection.keyring.SecretKeyRingSelectionStrategy
selectKeyRingsFromCollection, selectKeyRingsFromCollections
-
Konstruktordetails
-
SecRingSelectionStrategy
public SecRingSelectionStrategy()
-
-
Methodendetails
-
accept
Beschreibung aus Schnittstelle kopiert:KeyRingSelectionStrategyReturn true, if the filter accepts the givenkeyRing
based on the givenidentifier
.- Angegeben von:
acceptin SchnittstelleKeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPSecretKeyRing,org.bouncycastle.openpgp.PGPSecretKeyRingCollection, String> - Setzt außer Kraft:
acceptin KlasseExactUserId.SecRingSelectionStrategy- Parameter:
jid- identifierkeyRing- key ring- Gibt zurück:
- acceptance
-