Uses of Class
com.oracle.bmc.keymanagement.model.KeyVersionSummary.Origin
-
Packages that use KeyVersionSummary.Origin Package Description com.oracle.bmc.keymanagement.model -
-
Uses of KeyVersionSummary.Origin in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return KeyVersionSummary.Origin Modifier and Type Method Description static KeyVersionSummary.Origin
KeyVersionSummary.Origin. create(String key)
KeyVersionSummary.Origin
KeyVersionSummary. getOrigin()
The source of the key material.static KeyVersionSummary.Origin
KeyVersionSummary.Origin. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyVersionSummary.Origin[]
KeyVersionSummary.Origin. 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 KeyVersionSummary.Origin Modifier and Type Method Description KeyVersionSummary.Builder
KeyVersionSummary.Builder. origin(KeyVersionSummary.Origin origin)
The source of the key material.Constructors in com.oracle.bmc.keymanagement.model with parameters of type KeyVersionSummary.Origin Constructor Description KeyVersionSummary(String compartmentId, String id, String keyId, KeyVersionSummary.LifecycleState lifecycleState, KeyVersionSummary.Origin origin, Date timeCreated, Date timeOfDeletion, String vaultId, ExternalKeyReferenceDetails externalKeyReferenceDetails, Boolean isAutoRotated)
Deprecated.
-