Uses of Class
com.oracle.bmc.keymanagement.model.ExportedKeyData.Builder
-
Packages that use ExportedKeyData.Builder Package Description com.oracle.bmc.keymanagement.model -
-
Uses of ExportedKeyData.Builder in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return ExportedKeyData.Builder Modifier and Type Method Description ExportedKeyData.Builder
ExportedKeyData.Builder. algorithm(ExportedKeyData.Algorithm algorithm)
The encryption algorithm to use to encrypt exportable key material from a key that persists on the server (as opposed to a key that persists on a hardware security module and, therefore, cannot be exported).static ExportedKeyData.Builder
ExportedKeyData. builder()
Create a new builder.ExportedKeyData.Builder
ExportedKeyData.Builder. copy(ExportedKeyData model)
ExportedKeyData.Builder
ExportedKeyData.Builder. encryptedKey(String encryptedKey)
The base64-encoded exported key material, which is encrypted by using the public RSA wrapping key specified in the export request.ExportedKeyData.Builder
ExportedKeyData.Builder. keyId(String keyId)
The OCID of the master encryption key associated with this key version.ExportedKeyData.Builder
ExportedKeyData.Builder. keyVersionId(String keyVersionId)
The OCID of the key version.ExportedKeyData.Builder
ExportedKeyData.Builder. timeCreated(Date timeCreated)
The date and time this key version was created, expressed in RFC 3339 timestamp format.ExportedKeyData.Builder
ExportedKeyData. toBuilder()
ExportedKeyData.Builder
ExportedKeyData.Builder. vaultId(String vaultId)
The OCID of the vault that contains this key version.
-