16 lines
668 B
Plaintext
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
|