Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TlsConfig

The details required to establish a TLS enabled connection.

Properties

Optional certificateStoreType

certificateStoreType: CertificateStoreType

The format of the certificate store.

Optional keyStoreContent

keyStoreContent: undefined | string

Base64 encoded string of key store file content.

status

status: Status

Status to represent whether the database connection is TLS enabled or not.

Optional storePassword

storePassword: undefined | string

The password to read the trust store and key store files, if they are password protected.

Optional trustStoreContent

trustStoreContent: undefined | string

Base64 encoded string of trust store file content.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: TlsConfig): object

getJsonObj