Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ExportKeyDetails

The details of the key that you want to wrap and export.

Properties

algorithm

algorithm: Algorithm

The encryption algorithm to use to encrypt exportable key material from a software-backed key. Specifying {@code RSA_OAEP_AES_SHA256} invokes the RSA AES key wrap mechanism, which generates a temporary AES key. The temporary AES key is wrapped by the RSA public wrapping key provided along with the request, creating a wrapped temporary AES key. The temporary AES key is also used to wrap the exportable key material. The wrapped temporary AES key and the wrapped exportable key material are concatenated, producing concatenated blob output that jointly represents them. Specifying {@code RSA_OAEP_SHA256} means that the software key is wrapped by the RSA public wrapping key provided along with the request.

keyId

keyId: string

The OCID of the master encryption key associated with the key version you want to export.

Optional keyVersionId

keyVersionId: undefined | string

The OCID of the specific key version to export. If not specified, the service exports the current key version.

Optional loggingContext

loggingContext: undefined | object

Information that provides context for audit logging. You can provide this additional data as key-value pairs to include in the audit logs when audit logging is enabled.

publicKey

publicKey: string

The PEM format of the 2048-bit, 3072-bit, or 4096-bit RSA wrapping key in your possession that you want to use to encrypt the key.

Functions

getDeserializedJsonObj

getJsonObj