Documentation

CouchbaseAnalyticsEncryptionSettings
in package

Table of Contents

$certificate  : string|null
$clientCertificate  : string|null
$clientKey  : string|null
$encryptionLevel  : string
__construct()  : mixed
build()  : CouchbaseAnalyticsEncryptionSettings
Static helper to keep code more readable
certificate()  : string|null
Gets the certificate to use for connecting when encryption level is set to full.
clientCertificate()  : string|null
Gets the client certificate to use for connecting when encryption level is set to full.
clientKey()  : string|null
Gets the client key to use for connecting when encryption level is set to full
encryptionLevel()  : string
Gets the encryption level
setCertificate()  : CouchbaseAnalyticsEncryptionSettings
Provides a certificate to use for connecting when encryption level is set to full. Required when encryption level is set to @see AnalyticsEncryptionLevel::FULL
setClientCertificate()  : CouchbaseAnalyticsEncryptionSettings
Provides a client certificate to use for connecting when encryption level is set to full. Cannot be set if a username/password are used.
setClientKey()  : CouchbaseAnalyticsEncryptionSettings
Provides a client key to use for connecting when encryption level is set to full. Cannot be set if a username/password are used.

Properties

Methods

certificate()

Gets the certificate to use for connecting when encryption level is set to full.

public certificate() : string|null
Tags
since
4.2.4
Return values
string|null

clientCertificate()

Gets the client certificate to use for connecting when encryption level is set to full.

public clientCertificate() : string|null
Tags
since
4.2.4
Return values
string|null

clientKey()

Gets the client key to use for connecting when encryption level is set to full

public clientKey() : string|null
Tags
since
4.2.4
Return values
string|null

        

Search results