Class XMPP.PubRingSelectionStrategy

All Implemented Interfaces:
KeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPPublicKeyRing,org.bouncycastle.openpgp.PGPPublicKeyRingCollection,String>
Enclosing class:
XMPP

public static class XMPP.PubRingSelectionStrategy extends ExactUserId.PubRingSelectionStrategy
PublicKeyRingSelectionStrategy which accepts a given PGPPublicKeyRing 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

    • PubRingSelectionStrategy

      public PubRingSelectionStrategy()
  • Method Details