Uses of Class
com.oracle.bmc.keymanagement.model.KeySummary.Algorithm
-
Packages that use KeySummary.Algorithm Package Description com.oracle.bmc.keymanagement.model -
-
Uses of KeySummary.Algorithm in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return KeySummary.Algorithm Modifier and Type Method Description static KeySummary.Algorithm
KeySummary.Algorithm. create(String key)
KeySummary.Algorithm
KeySummary. getAlgorithm()
The algorithm used by a key’s key versions to encrypt or decrypt data.static KeySummary.Algorithm
KeySummary.Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeySummary.Algorithm[]
KeySummary.Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type KeySummary.Algorithm Modifier and Type Method Description KeySummary.Builder
KeySummary.Builder. algorithm(KeySummary.Algorithm algorithm)
The algorithm used by a key’s key versions to encrypt or decrypt data.Constructors in com.oracle.bmc.keymanagement.model with parameters of type KeySummary.Algorithm Constructor Description KeySummary(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, KeySummary.LifecycleState lifecycleState, Date timeCreated, String vaultId, KeySummary.ProtectionMode protectionMode, KeySummary.Algorithm algorithm, ExternalKeyReferenceDetails externalKeyReferenceDetails, Boolean isAutoRotationEnabled)
Deprecated.
-