JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.security.oauth2.jose
Interface JwaAlgorithm
All Known Subinterfaces:
JwsAlgorithm
All Known Implementing Classes:
MacAlgorithm
,
SignatureAlgorithm
public interface
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 and JSON Web Encryption (JWE) to encrypt the contents.
Since:
5.5
See Also:
JSON Web Algorithms (JWA)
,
JSON Web Signature (JWS)
,
JSON Web Encryption (JWE)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getName
()
Returns the algorithm name.
Method Detail
getName
java.lang.String getName()
Returns the algorithm name.
Returns:
the algorithm name
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method