Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.jwt.JwtAlgorithm Enum Reference

Supported JWT signature algorithms. More...

Collaboration diagram for dev.rafex.ether.jwt.JwtAlgorithm:

Public Member Functions

String headerValue ()
 JwtAlgorithm (final String headerValue)

Static Public Member Functions

static JwtAlgorithm fromHeaderValue (final String value)

Public Attributes

 HS256 =("HS256")
 RS256 =("RS256")

Detailed Description

Supported JWT signature algorithms.

Definition at line 30 of file JwtAlgorithm.java.

Constructor & Destructor Documentation

◆ JwtAlgorithm()

dev.rafex.ether.jwt.JwtAlgorithm.JwtAlgorithm ( final String headerValue)

Definition at line 36 of file JwtAlgorithm.java.

Referenced by fromHeaderValue().

Here is the caller graph for this function:

Member Function Documentation

◆ fromHeaderValue()

JwtAlgorithm dev.rafex.ether.jwt.JwtAlgorithm.fromHeaderValue ( final String value)
static

Definition at line 44 of file JwtAlgorithm.java.

References JwtAlgorithm().

Referenced by dev.rafex.ether.jwt.DefaultTokenVerifier.verify().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ headerValue()

String dev.rafex.ether.jwt.JwtAlgorithm.headerValue ( )

Definition at line 40 of file JwtAlgorithm.java.

Member Data Documentation

◆ HS256

dev.rafex.ether.jwt.JwtAlgorithm.HS256 =("HS256")

◆ RS256

dev.rafex.ether.jwt.JwtAlgorithm.RS256 =("RS256")

The documentation for this enum was generated from the following file: