class Encryption extends Model (View source)

Properties

protected $aes128Type
protected $aes128DataType
protected $drmSystemsType
protected $drmSystemsDataType
string $id
protected $mpegCencType
protected $mpegCencDataType
protected $sampleAesType
protected $sampleAesDataType
protected $secretManagerKeySourceType
protected $secretManagerKeySourceDataType

Methods

setAes128(Aes128Encryption $aes128)

No description

getAes128()

No description

setDrmSystems(DrmSystems $drmSystems)

No description

getDrmSystems()

No description

setId($id)

No description

string
getId()

No description

setMpegCenc(MpegCommonEncryption $mpegCenc)

No description

setSampleAes(SampleAesEncryption $sampleAes)

No description

setSecretManagerKeySource(SecretManagerSource $secretManagerKeySource)

No description

Details

setAes128(Aes128Encryption $aes128)

No description

Parameters

Aes128Encryption $aes128

Aes128Encryption getAes128()

No description

Return Value

Aes128Encryption

setDrmSystems(DrmSystems $drmSystems)

No description

Parameters

DrmSystems $drmSystems

DrmSystems getDrmSystems()

No description

Return Value

DrmSystems

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setMpegCenc(MpegCommonEncryption $mpegCenc)

No description

Parameters

MpegCommonEncryption $mpegCenc

MpegCommonEncryption getMpegCenc()

No description

Return Value

MpegCommonEncryption

setSampleAes(SampleAesEncryption $sampleAes)

No description

Parameters

SampleAesEncryption $sampleAes

SampleAesEncryption getSampleAes()

No description

Return Value

SampleAesEncryption

setSecretManagerKeySource(SecretManagerSource $secretManagerKeySource)

No description

Parameters

SecretManagerSource $secretManagerKeySource

SecretManagerSource getSecretManagerKeySource()

No description

Return Value

SecretManagerSource