Files
provisioning_sdk_source/common/python/test_drm_certificates.clif
2019-01-23 15:16:31 -08:00

16 lines
668 B
Plaintext

################################################################################
# Copyright 2018 Google LLC.
#
# This software is licensed under the terms defined in the Widevine Master
# License Agreement. For a copy of this agreement, please contact
# widevine-licensing@google.com.
################################################################################
from "common/test_drm_certificates.h":
namespace `widevine`:
class TestDrmCertificates:
def test_root_certificate(self) -> bytes
def test_intermediate_certificate(self) -> bytes
def test_user_device_certificate(self) -> bytes
def test_service_certificate(self) -> bytes