Class BareJidUserId.SecRingSelectionStrategy

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

    public static class BareJidUserId.SecRingSelectionStrategy
    extends org.pgpainless.key.selection.keyring.SecretKeyRingSelectionStrategy<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.PGPSecretKeyRing ring)  
      • Methods inherited from class org.pgpainless.key.selection.keyring.SecretKeyRingSelectionStrategy

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

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

      • SecRingSelectionStrategy

        public SecRingSelectionStrategy()
    • Method Detail

      • accept

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