Crypto
Overview
Crypto is a class in Aspose.Html FOSS for Python.
Minimal stub for the Crypto interface (W3C Web Crypto API §10.1).
This class provides 3 methods for working with Crypto objects in Python programs.
Available methods include: __init__, get_random_values, random_uuid.
All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package.
Properties: subtle.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
subtle | SubtleCrypto | Read | Return the :class:SubtleCrypto interface stub. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this Crypto instance. |
get_random_values(typed_array: bytearray) → bytearray | Fill typed_array with zeros (deterministic headless stub). |
random_uuid() → str | Return a deterministic UUID-format string. |