|
gluu
|

公開メンバ関数 | |
| String | toString () |
静的公開メンバ関数 | |
| static KeyType | fromString (String param) |
公開変数類 | |
| EC =("EC") | |
| RSA =("RSA") | |
非公開メンバ関数 | |
| KeyType (String paramName) | |
非公開変数類 | |
| final String | paramName |
Identifies the cryptographic algorithm family used with the key.
|
inlineprivate |
|
inlinestatic |
Returns the corresponding KeyType for a parameter use of the JWK endpoint.
| param | The use parameter. |
null.
|
inline |
Returns a string representation of the object. In this case the parameter name.
| org.xdi.oxauth.model.jwk.KeyType.EC =("EC") |
The Elliptic Curve Digital Signature Algorithm (ECDSA) is defined by FIPS 186‑3.
|
private |
| org.xdi.oxauth.model.jwk.KeyType.RSA =("RSA") |
The RSA algorithm is defined by RFC 3447.
1.8.13