Class 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
SecretKeyRingSelectionStrategy which accepts a given PGPSecretKeyRing if its primary key has a user-id that matches the given
jid
. The argument
jid
can either contain the prefix "xmpp:", or not, the result will be the same.
  • Constructor Details

    • SecRingSelectionStrategy

      public SecRingSelectionStrategy()
  • Method Details