Interface JwsAlgorithm

All Superinterfaces:
JwaAlgorithm
All Known Implementing Classes:
MacAlgorithm, SignatureAlgorithm

public interface JwsAlgorithm extends JwaAlgorithm
Super interface for 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.2
See Also:
  • Method Summary

    Methods inherited from interface org.springframework.security.oauth2.jose.JwaAlgorithm

    getName