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