Source release v3.5.0
This commit is contained in:
23
test/auth/test_oem_cert.h
Normal file
23
test/auth/test_oem_cert.h
Normal file
@@ -0,0 +1,23 @@
|
||||
// Copyright 2017 Google Inc. All Rights Reserved.
|
||||
|
||||
// Access the test OEM certificate.
|
||||
|
||||
#ifndef OEM_CERT_H_
|
||||
#define OEM_CERT_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace wvcdm_test_auth {
|
||||
|
||||
extern const uint32_t kOEMSystemId;
|
||||
|
||||
extern const uint8_t* kOEMPrivateKey;
|
||||
extern const uint8_t* kOEMPublicCert;
|
||||
|
||||
extern const size_t kOEMPrivateKeySize;
|
||||
extern const size_t kOEMPublicCertSize;
|
||||
|
||||
} // namespace wvcdm_test_auth
|
||||
|
||||
#endif // OEM_CERT_H_
|
||||
Reference in New Issue
Block a user