Uses of Class
com.oracle.bmc.apigateway.model.PublicKeySet.Type
-
Packages that use PublicKeySet.Type Package Description com.oracle.bmc.apigateway.model -
-
Uses of PublicKeySet.Type in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return PublicKeySet.Type Modifier and Type Method Description static PublicKeySet.Type
PublicKeySet.Type. create(String key)
static PublicKeySet.Type
PublicKeySet.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicKeySet.Type[]
PublicKeySet.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-