gluu
|
公開メンバ関数 | |
String | getValue () |
String | getDisplayName () |
Enum<? extends LdapEnum > | resolveByValue (String value) |
String | toString () |
静的公開メンバ関数 | |
[static initializer] | |
static SignatureAlgorithm | getByValue (String value) |
公開変数類 | |
NONE =("none", "none") | |
HS256 =("HS256", "HS256") | |
HS384 =("HS384", "HS384") | |
HS512 =("HS512", "HS512") | |
RS256 =("RS256", "RS256") | |
RS384 =("RS384", "RS384") | |
RS512 =("RS512", "RS512") | |
ES256 =("ES256", "ES256") | |
ES384 =("ES384", "ES384") | |
ES512 =("ES512", "ES512") | |
非公開メンバ関数 | |
SignatureAlgorithm (String value, String displayName) | |
非公開変数類 | |
String | value |
String | displayName |
静的非公開変数類 | |
static Map< String, SignatureAlgorithm > | mapByValues = new HashMap<String, SignatureAlgorithm>() |
oxAuth IdToken Signed Response Algorithm
|
inlineprivate |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
org.gluu.oxtrust.model.SignatureAlgorithm.ES256 =("ES256", "ES256") |
org.gluu.oxtrust.model.SignatureAlgorithm.ES384 =("ES384", "ES384") |
org.gluu.oxtrust.model.SignatureAlgorithm.ES512 =("ES512", "ES512") |
org.gluu.oxtrust.model.SignatureAlgorithm.HS256 =("HS256", "HS256") |
org.gluu.oxtrust.model.SignatureAlgorithm.HS384 =("HS384", "HS384") |
org.gluu.oxtrust.model.SignatureAlgorithm.HS512 =("HS512", "HS512") |
|
staticprivate |
org.gluu.oxtrust.model.SignatureAlgorithm.NONE =("none", "none") |
org.gluu.oxtrust.model.SignatureAlgorithm.RS256 =("RS256", "RS256") |
org.gluu.oxtrust.model.SignatureAlgorithm.RS384 =("RS384", "RS384") |
org.gluu.oxtrust.model.SignatureAlgorithm.RS512 =("RS512", "RS512") |
|
private |