Packages

p

pdi.jwt

algorithms

package algorithms

Type Members

  1. sealed trait JwtAsymmetricAlgorithm extends JwtAlgorithm
  2. sealed trait JwtECDSAAlgorithm extends JwtAsymmetricAlgorithm
  3. sealed trait JwtEdDSAAlgorithm extends JwtAsymmetricAlgorithm
  4. sealed trait JwtHmacAlgorithm extends JwtAlgorithm
  5. sealed trait JwtRSAAlgorithm extends JwtAsymmetricAlgorithm
  6. final case class JwtUnknownAlgorithm(name: String) extends JwtAlgorithm with Product with Serializable

Ungrouped