- 著者
- Javier Rojas Blum
- バージョン
- June 15, 2016
◆ Use()
org.xdi.oxauth.model.jwk.Use.Use |
( |
String |
paramName | ) |
|
|
inlineprivate |
final String paramName
Definition: Use.java:27
◆ fromString()
static Use org.xdi.oxauth.model.jwk.Use.fromString |
( |
String |
param | ) |
|
|
inlinestatic |
Returns the corresponding Use for a parameter use of the JWK endpoint.
- 引数
-
- 戻り値
- The corresponding use if found, otherwise
null
.
42 for (
Use use :
Use.values()) {
43 if (param.equals(use.paramName)) {
Use(String paramName)
Definition: Use.java:29
◆ toString()
String org.xdi.oxauth.model.jwk.Use.toString |
( |
| ) |
|
|
inline |
Returns a string representation of the object. In this case the parameter name.
- 戻り値
- The string representation of the object.
final String paramName
Definition: Use.java:27
◆ ENCRYPTION
org.xdi.oxauth.model.jwk.Use.ENCRYPTION =("enc") |
Use this constant when the key is being used for encryption.
◆ paramName
final String org.xdi.oxauth.model.jwk.Use.paramName |
|
private |
◆ SIGNATURE
org.xdi.oxauth.model.jwk.Use.SIGNATURE =("sig") |
Use this constant when the key is being used for signature.
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/OpenId/gluu/src/oxAuth/Model/src/main/java/org/xdi/oxauth/model/jwk/Use.java