| 
|   | none =(null, null) | 
|   | 
|   | HS256 =(AlgorithmType.HMAC, null) | 
|   | 
|   | HS384 =(AlgorithmType.HMAC, null) | 
|   | 
|   | HS512 =(AlgorithmType.HMAC, null) | 
|   | 
|   | RS256 =(AlgorithmType.RSA, new RSAProvider()) | 
|   | 
|   | RS384 =(AlgorithmType.RSA, new RSAProvider()) | 
|   | 
|   | RS512 =(AlgorithmType.RSA, new RSAProvider()) | 
|   | 
|   | ES256 =(AlgorithmType.ECDSA, null) | 
|   | 
|   | ES384 =(AlgorithmType.ECDSA, null) | 
|   | 
|   | ES512 =(AlgorithmType.ECDSA, null) | 
|   | 
- 著者
 - Bill Burke 
 
- バージョン
 
- Revision
 - 1 
 
 
◆ Algorithm()
SignatureProvider provider
Definition: Algorithm.java:43
 
AlgorithmType type
Definition: Algorithm.java:42
 
 
 
 
◆ getProvider()
SignatureProvider provider
Definition: Algorithm.java:43
 
 
 
 
◆ getType()
AlgorithmType type
Definition: Algorithm.java:42
 
 
 
 
◆ ES256
◆ ES384
◆ ES512
◆ HS256
◆ HS384
◆ HS512
◆ none
      
        
          | org.keycloak.jose.jws.Algorithm.none =(null, null) | 
        
      
 
 
◆ provider
◆ RS256
◆ RS384
◆ RS512
◆ type
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/doxygen/keycloak/src/keycloak/src/main/java/org/keycloak/jose/jws/Algorithm.java