Interface OpenPgpTrustStore

    • Method Detail

      • setTrust

        void setTrust​(BareJid owner,
                      org.pgpainless.key.OpenPgpV4Fingerprint fingerprint,
                      OpenPgpTrustStore.Trust trust)
               throws java.io.IOException
        Store the OpenPgpTrustStore.Trust state of owners key with fingerprint fingerprint.
        Parameters:
        owner - owner of the key
        fingerprint - fingerprint of the key
        trust - trust record
        Throws:
        java.io.IOException - IO is dangerous