cryptography.hazmat.primitives.asymmetric
cryptography.hazmat.primitives
This module has no docstring.
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'
digest_size = <property object at 0x7f0227261810>
decode_dss_signature(signature: bytes) -> Tuple[int, int]
encode_der(tag: int, *children: bytes) -> bytes
encode_der_integer(x: int) -> bytes
encode_dss_signature(r: int, s: int) -> bytes
INTEGER = 2
SEQUENCE = 48
utils = <cryptography.utils._ModuleWithDeprecations object at 0x7f0227231bb0>