Uses of Class
com.oracle.bmc.http.signing.internal.KeyIdType
-
Packages that use KeyIdType Package Description com.oracle.bmc.http.signing.internal -
-
Uses of KeyIdType in com.oracle.bmc.http.signing.internal
Methods in com.oracle.bmc.http.signing.internal that return KeyIdType Modifier and Type Method Description static KeyIdType
KeyIdType. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyIdType[]
KeyIdType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.http.signing.internal that return types with arguments of type KeyIdType Modifier and Type Method Description Set<KeyIdType>
SignedRequestVersion. getSupportedKeyIdTypes()
Set<KeyIdType>
Version. getSupportedKeyIdTypes()
Get a set of supported keyId types.
-