Package org.keycloak.crypto
Interface Algorithm
-
public interface Algorithm
-
-
Field Summary
Fields Modifier and Type Field Description static String
AES
static String
ES256
static String
ES384
static String
ES512
static String
HS256
static String
HS384
static String
HS512
static String
PS256
static String
PS384
static String
PS512
static String
RS256
static String
RS384
static String
RS512
-
-
-
Field Detail
-
HS256
static final String HS256
- See Also:
- Constant Field Values
-
HS384
static final String HS384
- See Also:
- Constant Field Values
-
HS512
static final String HS512
- See Also:
- Constant Field Values
-
RS256
static final String RS256
- See Also:
- Constant Field Values
-
RS384
static final String RS384
- See Also:
- Constant Field Values
-
RS512
static final String RS512
- See Also:
- Constant Field Values
-
ES256
static final String ES256
- See Also:
- Constant Field Values
-
ES384
static final String ES384
- See Also:
- Constant Field Values
-
ES512
static final String ES512
- See Also:
- Constant Field Values
-
PS256
static final String PS256
- See Also:
- Constant Field Values
-
PS384
static final String PS384
- See Also:
- Constant Field Values
-
PS512
static final String PS512
- See Also:
- Constant Field Values
-
AES
static final String AES
- See Also:
- Constant Field Values
-
-