gjwt/key

Types

For kty see https://hexdocs.pm/jose/readme.html

pub type Key {
  Key(key: BitArray, algorithm: String, kty: String)
}

Constructors

  • Key(key: BitArray, algorithm: String, kty: String)

Constants

pub const default_kty: String

Functions

pub fn from_string(key: String, algorithm: String) -> Key
Search Document