Package | Description |
---|---|
com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
Modifier and Type | Field and Description |
---|---|
static JWSAlgorithm.Family |
JWSAlgorithm.Family.EC
Elliptic Curve signature (ECDSA) using a SHA-2 hash.
|
static JWSAlgorithm.Family |
JWSAlgorithm.Family.ED
Edwards Curve signature (EdDSA).
|
static JWSAlgorithm.Family |
JWSAlgorithm.Family.HMAC_SHA
HMAC using a SHA-2 hash.
|
static JWSAlgorithm.Family |
JWSAlgorithm.Family.RSA
RSA signature (RSASSA-PKCS-v1_5 or RSASSA-PSS) using a SHA-2
hash.
|
static JWSAlgorithm.Family |
JWSAlgorithm.Family.SIGNATURE
Super family of all digital signature based JWS algorithms.
|
Copyright © 2019 Connect2id Ltd.. All rights reserved.