Documentation

EndToEndEncryptionFeatures extends Message
in package

Generated from protobuf message <code>plugnmeet.EndToEndEncryptionFeatures</code>

Table of Contents

Properties

$enabled_self_insert_encryption_key  : mixed
Generated from protobuf field <code>bool enabled_self_insert_encryption_key = 5;</code>
$encryption_key  : mixed
internal fields
$included_chat_messages  : mixed
Generated from protobuf field <code>bool included_chat_messages = 2;</code>
$included_whiteboard  : mixed
Generated from protobuf field <code>bool included_whiteboard = 3;</code>
$is_enabled  : mixed
Generated from protobuf field <code>bool is_enabled = 1;</code>

Methods

__construct()  : mixed
Constructor.
clearEncryptionKey()  : mixed
getEnabledSelfInsertEncryptionKey()  : bool
Generated from protobuf field <code>bool enabled_self_insert_encryption_key = 5;</code>
getEncryptionKey()  : string
internal fields
getIncludedChatMessages()  : bool
Generated from protobuf field <code>bool included_chat_messages = 2;</code>
getIncludedWhiteboard()  : bool
Generated from protobuf field <code>bool included_whiteboard = 3;</code>
getIsEnabled()  : bool
Generated from protobuf field <code>bool is_enabled = 1;</code>
hasEncryptionKey()  : mixed
setEnabledSelfInsertEncryptionKey()  : $this
Generated from protobuf field <code>bool enabled_self_insert_encryption_key = 5;</code>
setEncryptionKey()  : $this
internal fields
setIncludedChatMessages()  : $this
Generated from protobuf field <code>bool included_chat_messages = 2;</code>
setIncludedWhiteboard()  : $this
Generated from protobuf field <code>bool included_whiteboard = 3;</code>
setIsEnabled()  : $this
Generated from protobuf field <code>bool is_enabled = 1;</code>

Properties

$enabled_self_insert_encryption_key

Generated from protobuf field <code>bool enabled_self_insert_encryption_key = 5;</code>

protected mixed $enabled_self_insert_encryption_key = false

$encryption_key

internal fields

protected mixed $encryption_key = null

Generated from protobuf field optional string encryption_key = 4 [(.buf.validate.field) = {

$included_chat_messages

Generated from protobuf field <code>bool included_chat_messages = 2;</code>

protected mixed $included_chat_messages = false

$included_whiteboard

Generated from protobuf field <code>bool included_whiteboard = 3;</code>

protected mixed $included_whiteboard = false

Methods

__construct()

Constructor.

public __construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
$data : array<string|int, mixed> = null

{ Optional. Data for populating the Message object.

@type bool $is_enabled
@type bool $included_chat_messages
@type bool $included_whiteboard
@type bool $enabled_self_insert_encryption_key
@type string $encryption_key
      internal fields

}

getEnabledSelfInsertEncryptionKey()

Generated from protobuf field <code>bool enabled_self_insert_encryption_key = 5;</code>

public getEnabledSelfInsertEncryptionKey() : bool
Return values
bool

getEncryptionKey()

internal fields

public getEncryptionKey() : string

Generated from protobuf field optional string encryption_key = 4 [(.buf.validate.field) = {

Return values
string

getIncludedChatMessages()

Generated from protobuf field <code>bool included_chat_messages = 2;</code>

public getIncludedChatMessages() : bool
Return values
bool

getIncludedWhiteboard()

Generated from protobuf field <code>bool included_whiteboard = 3;</code>

public getIncludedWhiteboard() : bool
Return values
bool

getIsEnabled()

Generated from protobuf field <code>bool is_enabled = 1;</code>

public getIsEnabled() : bool
Return values
bool

setEnabledSelfInsertEncryptionKey()

Generated from protobuf field <code>bool enabled_self_insert_encryption_key = 5;</code>

public setEnabledSelfInsertEncryptionKey(bool $var) : $this
Parameters
$var : bool
Return values
$this

setEncryptionKey()

internal fields

public setEncryptionKey(string $var) : $this

Generated from protobuf field optional string encryption_key = 4 [(.buf.validate.field) = {

Parameters
$var : string
Return values
$this

setIncludedChatMessages()

Generated from protobuf field <code>bool included_chat_messages = 2;</code>

public setIncludedChatMessages(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIncludedWhiteboard()

Generated from protobuf field <code>bool included_whiteboard = 3;</code>

public setIncludedWhiteboard(bool $var) : $this
Parameters
$var : bool
Return values
$this

setIsEnabled()

Generated from protobuf field <code>bool is_enabled = 1;</code>

public setIsEnabled(bool $var) : $this
Parameters
$var : bool
Return values
$this

        
On this page

Search results