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

NameTypeAccessDescription
subtleSubtleCryptoReadReturn the :class:SubtleCrypto interface stub.

Methods

SignatureDescription
__init__()Calls init on this Crypto instance.
get_random_values(typed_array: bytearray)bytearrayFill typed_array with zeros (deterministic headless stub).
random_uuid()strReturn a deterministic UUID-format string.

See Also