Class BareJidUserId.PubRingSelectionStrategy

  • All Implemented Interfaces:
    org.pgpainless.key.selection.keyring.KeyRingSelectionStrategy<org.bouncycastle.openpgp.PGPPublicKeyRing,​org.bouncycastle.openpgp.PGPPublicKeyRingCollection,​org.jxmpp.jid.BareJid>
    Enclosing class:
    BareJidUserId

    public static class BareJidUserId.PubRingSelectionStrategy
    extends org.pgpainless.key.selection.keyring.PublicKeyRingSelectionStrategy<org.jxmpp.jid.BareJid>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(org.jxmpp.jid.BareJid jid, org.bouncycastle.openpgp.PGPPublicKeyRing ring)  
      • Methods inherited from class org.pgpainless.key.selection.keyring.PublicKeyRingSelectionStrategy

        selectKeyRingsFromCollection, selectKeyRingsFromCollections
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PubRingSelectionStrategy

        public PubRingSelectionStrategy()
    • Method Detail

      • accept

        public boolean accept​(org.jxmpp.jid.BareJid jid,
                              org.bouncycastle.openpgp.PGPPublicKeyRing ring)