Supported JWT signature algorithms. More...
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") | |
Supported JWT signature algorithms.
Definition at line 30 of file JwtAlgorithm.java.
| dev.rafex.ether.jwt.JwtAlgorithm.JwtAlgorithm | ( | final String | headerValue | ) |
Definition at line 36 of file JwtAlgorithm.java.
Referenced by fromHeaderValue().
|
static |
Definition at line 44 of file JwtAlgorithm.java.
References JwtAlgorithm().
Referenced by dev.rafex.ether.jwt.DefaultTokenVerifier.verify().
| String dev.rafex.ether.jwt.JwtAlgorithm.headerValue | ( | ) |
Definition at line 40 of file JwtAlgorithm.java.
| dev.rafex.ether.jwt.JwtAlgorithm.HS256 =("HS256") |
Definition at line 31 of file JwtAlgorithm.java.
Referenced by dev.rafex.ether.jwt.KeyProvider.hmac(), dev.rafex.ether.jwt.internal.JwtSigner.sign(), and dev.rafex.ether.jwt.internal.JwtSigner.verify().
| dev.rafex.ether.jwt.JwtAlgorithm.RS256 =("RS256") |
Definition at line 32 of file JwtAlgorithm.java.
Referenced by dev.rafex.ether.jwt.KeyProvider.rsa(), and dev.rafex.ether.jwt.KeyProvider.rsaVerifier().