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