Uses of Class
com.oracle.bmc.apigateway.model.JsonWebKey.Kty
-
Packages that use JsonWebKey.Kty Package Description com.oracle.bmc.apigateway.model -
-
Uses of JsonWebKey.Kty in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return JsonWebKey.Kty Modifier and Type Method Description static JsonWebKey.Kty
JsonWebKey.Kty. create(String key)
JsonWebKey.Kty
JsonWebKey. getKty()
The key type.static JsonWebKey.Kty
JsonWebKey.Kty. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonWebKey.Kty[]
JsonWebKey.Kty. 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.Kty Modifier and Type Method Description JsonWebKey.Builder
JsonWebKey.Builder. kty(JsonWebKey.Kty kty)
The key type.Constructors in com.oracle.bmc.apigateway.model with parameters of type JsonWebKey.Kty Constructor Description JsonWebKey(String kid, JsonWebKey.Kty kty, JsonWebKey.Use use, List<JsonWebKey.KeyOps> keyOps, String alg, String n, String e)
Deprecated.
-