💾 Archived View for tris.fyi › pydoc › cryptography.hazmat.primitives.asymmetric.utils captured on 2022-04-28 at 17:44:23. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-03-01)

➡️ Next capture (2022-07-16)

🚧 View Differences

-=-=-=-=-=-=-

Back to module index

Go to module by name

cryptography.hazmat.primitives.asymmetric

cryptography.hazmat.primitives

cryptography.hazmat

cryptography

cryptography.hazmat.primitives.asymmetric.utils

This module has no docstring.

Classes

DERReader

as_integer(self) -> int
check_empty(self)
is_empty(self)
read_any_element(self) -> Tuple[int, ForwardRef('DERReader')]
read_byte(self) -> int
read_bytes(self, n) -> memoryview
read_element(self, expected_tag: int) -> 'DERReader'
read_optional_element(self, expected_tag: int) -> Optional[ForwardRef('DERReader')]
read_single_element(self, expected_tag: int) -> 'DERReader'

Prehashed

digest_size = <property object at 0x7ff35ffeb810>

Functions

decode_dss_signature

decode_dss_signature(signature: bytes) -> Tuple[int, int]

encode_der

encode_der(tag: int, *children: bytes) -> bytes

encode_der_integer

encode_der_integer(x: int) -> bytes

encode_dss_signature

encode_dss_signature(r: int, s: int) -> bytes

Other members

INTEGER = 2
SEQUENCE = 48
utils = <cryptography.utils._ModuleWithDeprecations object at 0x7ff35ffbbb20>

Modules

hashes

typing