JOSE
v1.11.10

      View Source jose_jwa_unsupported (JOSE v1.11.10)

      Summary

      Functions

      block_decrypt(Cipher, Key, CipherText)
      block_decrypt(Cipher, Key, IV, CipherText)
      block_encrypt(Cipher, Key, PlainText)
      block_encrypt(Cipher, Key, IV, PlainText)
      decrypt_private(CipherText, PrivateKey, Options)
      encrypt_public(PlainText, PublicKey, Options)
      sign(Message, DigestType, PrivateKey, Options)
      verify(Message, DigestType, Signature, PublicKey, Options)

      Functions

      Link to this function

      block_decrypt(Cipher, Key, CipherText)

      View Source
      Link to this function

      block_decrypt(Cipher, Key, IV, CipherText)

      View Source
      Link to this function

      block_encrypt(Cipher, Key, PlainText)

      View Source
      Link to this function

      block_encrypt(Cipher, Key, IV, PlainText)

      View Source
      Link to this function

      decrypt_private(CipherText, PrivateKey, Options)

      View Source
      Link to this function

      encrypt_public(PlainText, PublicKey, Options)

      View Source
      Link to this function

      sign(Message, DigestType, PrivateKey, Options)

      View Source
      Link to this function

      verify(Message, DigestType, Signature, PublicKey, Options)

      View Source

      Hex Package Hex Preview (current file) Download ePub version

      Built using ExDoc (v0.30.9) for the Elixir programming language