Uses of Class
com.oracle.bmc.apigateway.model.JsonWebKey.KeyOps
-
Packages that use JsonWebKey.KeyOps Package Description com.oracle.bmc.apigateway.model -
-
Uses of JsonWebKey.KeyOps in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return JsonWebKey.KeyOps Modifier and Type Method Description static JsonWebKey.KeyOps
JsonWebKey.KeyOps. create(String key)
static JsonWebKey.KeyOps
JsonWebKey.KeyOps. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonWebKey.KeyOps[]
JsonWebKey.KeyOps. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model that return types with arguments of type JsonWebKey.KeyOps Modifier and Type Method Description List<JsonWebKey.KeyOps>
JsonWebKey. getKeyOps()
The operations for which this key is to be used.Method parameters in com.oracle.bmc.apigateway.model with type arguments of type JsonWebKey.KeyOps Modifier and Type Method Description JsonWebKey.Builder
JsonWebKey.Builder. keyOps(List<JsonWebKey.KeyOps> keyOps)
The operations for which this key is to be used.Constructor parameters in com.oracle.bmc.apigateway.model with type arguments of type JsonWebKey.KeyOps Constructor Description JsonWebKey(String kid, JsonWebKey.Kty kty, JsonWebKey.Use use, List<JsonWebKey.KeyOps> keyOps, String alg, String n, String e)
Deprecated.
-