Uses of Class
com.nimbusds.jose.JWSAlgorithm.Family
Packages that use JWSAlgorithm.Family
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
-
Uses of JWSAlgorithm.Family in com.nimbusds.jose
Fields in com.nimbusds.jose declared as JWSAlgorithm.FamilyModifier and TypeFieldDescriptionstatic final JWSAlgorithm.Family
JWSAlgorithm.Family.EC
Elliptic Curve signature (ECDSA) using a SHA-2 hash.static final JWSAlgorithm.Family
JWSAlgorithm.Family.ED
Edwards Curve signature (EdDSA).static final JWSAlgorithm.Family
JWSAlgorithm.Family.HMAC_SHA
HMAC using a SHA-2 hash.static final JWSAlgorithm.Family
JWSAlgorithm.Family.RSA
RSA signature (RSASSA-PKCS-v1_5 or RSASSA-PSS) using a SHA-2 hash.static final JWSAlgorithm.Family
JWSAlgorithm.Family.SIGNATURE
Super family of all digital signature based JWS algorithms. -
Uses of JWSAlgorithm.Family in com.nimbusds.jose.proc
Constructors in com.nimbusds.jose.proc with parameters of type JWSAlgorithm.FamilyModifierConstructorDescriptionJWSAlgorithmFamilyJWSKeySelector
(JWSAlgorithm.Family jwsAlgFamily, JWKSource<C> jwkSource) Creates aJWSKeySelector
that matches any algorithm from the givenJWSAlgorithm.Family
.