Home > hls.js > Decrypter

Decrypter class

Signature:

export default class Decrypter 

Constructors

Constructor

Modifiers

Description

(constructor)(config, { removePKCS7Padding })

Constructs a new instance of the Decrypter class

Methods

Method

Modifiers

Description

decrypt(data, key, iv, aesMode)

destroy()

flush()

isSync()

reset()

softwareDecrypt(data, key, iv, aesMode)

webCryptoDecrypt(data, key, iv, aesMode)