Shaka Packager SDK
|
A factory class to create encryptors. More...
#include <aes_encryptor_factory.h>
Public Member Functions | |
virtual std::unique_ptr< AesCryptor > | CreateEncryptor (FourCC protection_scheme, uint8_t crypt_byte_block, uint8_t skip_byte_block, Codec codec, const std::vector< uint8_t > &key, const std::vector< uint8_t > &iv) |
A factory class to create encryptors.
Definition at line 19 of file aes_encryptor_factory.h.