Class JwsAlgorithms

java.lang.Object
org.springframework.security.oauth2.jose.jws.JwsAlgorithms

public final class JwsAlgorithms extends Object
The cryptographic algorithms defined by the JSON Web Algorithms (JWA) specification and used by JSON Web Signature (JWS) to digitally sign or create a MAC of the contents of the JWS Protected Header and JWS Payload.
Since:
5.0
See Also: