\OSS\ModelServerSideEncryptionConfig

Class ServerSideEncryptionConfig

Summary

Methods
Properties
Constants
__construct()
parseFromXml()
serializeToXml()
__toString()
getSSEAlgorithm()
getKMSMasterKeyID()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$sseAlgorithm
$kmsMasterKeyID
N/A

Properties

$sseAlgorithm

$sseAlgorithm

$kmsMasterKeyID

$kmsMasterKeyID

Methods

__construct()

__construct(null  $sseAlgorithm = null, null  $kmsMasterKeyID = null) : mixed

ServerSideEncryptionConfig constructor.

Parameters

null $sseAlgorithm
null $kmsMasterKeyID

Returns

mixed —

parseFromXml()

parseFromXml(string  $strXml) : null

Parse ServerSideEncryptionConfig from the xml.

Parameters

string $strXml

Throws

\OSS\Core\OssException

Returns

null —

serializeToXml()

serializeToXml() : string

Serialize the object into xml string.

Returns

string —

__toString()

__toString() : mixed

Returns

mixed —

getSSEAlgorithm()

getSSEAlgorithm() : string

Returns

string —

getKMSMasterKeyID()

getKMSMasterKeyID() : string

Returns

string —