@edgefirst-dev/jwt - v1.3.0
JWK
Algoritm
Enumeration Algoritm
The possible algorithms for the JWK.
ES256
: Used for signing keys based on ECDSA with the P-256 curve.
RSA_OAEP_512
: Used for RSA-based encryption with OAEP padding.
Index
Enumeration Members
ES256
RSA_
OAEP_
512
Enumeration Members
ES256
ES256
:
"ES256"
RSA_
OAEP_
512
RSA_OAEP_512
:
"RSA-OAEP-512"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Enumeration Members
ES256
RSA_
OAEP_
512
@edgefirst-dev/jwt - v1.3.0
JWK
Algoritm
Key
Pair
encryption
Keys
generate
Key
Pair
import
Key
Pair
import
Local
import
Remote
signing
Keys
to
JSON
JWT
Payload
Verify
Options
JWT
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
The possible algorithms for the JWK.
ES256
: Used for signing keys based on ECDSA with the P-256 curve.RSA_OAEP_512
: Used for RSA-based encryption with OAEP padding.