Interface OkvEncryptionKeyConfiguration.Builder

  • Method Details

    • certificateDirectoryName

      OkvEncryptionKeyConfiguration.Builder certificateDirectoryName(String certificateDirectoryName)

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

      Parameters:
      certificateDirectoryName - The name of the directory that contains the Oracle Key Vault (OKV) certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • certificateId

      OkvEncryptionKeyConfiguration.Builder certificateId(String certificateId)

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

      Parameters:
      certificateId - The identifier of the Oracle Key Vault (OKV) certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • directoryName

      OkvEncryptionKeyConfiguration.Builder directoryName(String directoryName)

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

      Parameters:
      directoryName - The name of the directory where the Oracle Key Vault (OKV) configuration is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • okvKmsKey

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

      Parameters:
      okvKmsKey - The identifier of the Oracle Key Vault (OKV) key to use for encryption.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • okvUri

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

      Parameters:
      okvUri - The URI of the Oracle Key Vault (OKV) server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.