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