Update to support OEMCrypto v16 with ODK
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
# widevine-licensing@google.com.
|
||||
################################################################################
|
||||
|
||||
from "common/python/hash_algorithm.h" import *
|
||||
|
||||
from "common/rsa_key.h":
|
||||
namespace `widevine`:
|
||||
class RsaPublicKey:
|
||||
def VerifySignature(self, message: bytes, signature: bytes) -> bool
|
||||
def VerifySignature(self, message: bytes, hash_algorithm: HashAlgorithm, signature: bytes) -> bool
|
||||
|
||||
staticmethods from `RsaPublicKey`:
|
||||
def Create(serialized_key: bytes) -> RsaPublicKey
|
||||
|
||||
Reference in New Issue
Block a user