Interface ICencEncryptor


  • public interface ICencEncryptor
    • Method Detail

      • init

        void init​(com.wowza.wms.httpstreamer.util.IEncryptionInfo encInfo)
      • startEncryption

        byte[] startEncryption()
      • encryptData

        byte[] encryptData​(byte[] data,
                           int offset,
                           int len)
      • getBlockSize

        int getBlockSize()