Skip to content

/AWS1/CL_ODBOKVENCKEYCONF

The configuration of the Oracle Key Vault (OKV) encryption key used for an Autonomous Database.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_certificatedirectoryname TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The name of the directory that contains the Oracle Key Vault (OKV) certificate.

iv_directoryname TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The name of the directory where the Oracle Key Vault (OKV) configuration is stored.

iv_okvkmskey TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The identifier of the Oracle Key Vault (OKV) key to use for encryption.

iv_okvuri TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The URI of the Oracle Key Vault (OKV) server.

Optional arguments:

iv_certificateid TYPE /AWS1/ODBSTRING /AWS1/ODBSTRING

The identifier of the Oracle Key Vault (OKV) certificate.


Queryable Attributes

certificateDirectoryName

The name of the directory that contains the Oracle Key Vault (OKV) certificate.

Accessible with the following methods

Method Description
GET_CERTIFICATEDIRECTORYNAME() Getter for CERTIFICATEDIRECTORYNAME, with configurable defau
ASK_CERTIFICATEDIRECTORYNAME() Getter for CERTIFICATEDIRECTORYNAME w/ exceptions if field h
HAS_CERTIFICATEDIRECTORYNAME() Determine if CERTIFICATEDIRECTORYNAME has a value

certificateId

The identifier of the Oracle Key Vault (OKV) certificate.

Accessible with the following methods

Method Description
GET_CERTIFICATEID() Getter for CERTIFICATEID, with configurable default
ASK_CERTIFICATEID() Getter for CERTIFICATEID w/ exceptions if field has no value
HAS_CERTIFICATEID() Determine if CERTIFICATEID has a value

directoryName

The name of the directory where the Oracle Key Vault (OKV) configuration is stored.

Accessible with the following methods

Method Description
GET_DIRECTORYNAME() Getter for DIRECTORYNAME, with configurable default
ASK_DIRECTORYNAME() Getter for DIRECTORYNAME w/ exceptions if field has no value
HAS_DIRECTORYNAME() Determine if DIRECTORYNAME has a value

okvKmsKey

The identifier of the Oracle Key Vault (OKV) key to use for encryption.

Accessible with the following methods

Method Description
GET_OKVKMSKEY() Getter for OKVKMSKEY, with configurable default
ASK_OKVKMSKEY() Getter for OKVKMSKEY w/ exceptions if field has no value
HAS_OKVKMSKEY() Determine if OKVKMSKEY has a value

okvUri

The URI of the Oracle Key Vault (OKV) server.

Accessible with the following methods

Method Description
GET_OKVURI() Getter for OKVURI, with configurable default
ASK_OKVURI() Getter for OKVURI w/ exceptions if field has no value
HAS_OKVURI() Determine if OKVURI has a value