💾 Archived View for tris.fyi › pydoc › cryptography.hazmat.primitives.asymmetric.padding captured on 2022-07-16 at 15:06:30. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
cryptography.hazmat.primitives.asymmetric
cryptography.hazmat.primitives
This module has no docstring.
name = <abc.abstractproperty object at 0x7f92bf0d0d00> A string naming this padding (e.g. "PSS", "PKCS1").
MAX_LENGTH = <object object at 0x7f92bedf8390>
name = 'EME-OAEP'
name = 'EMSA-PKCS1-v1_5'
MAX_LENGTH = <object object at 0x7f92bedf82c0>
name = 'EMSA-PSS'
calculate_max_pss_salt_length(key: Union[ForwardRef('rsa.RSAPrivateKey'), ForwardRef('rsa.RSAPublicKey')], hash_algorithm: cryptography.hazmat.primitives.hashes.HashAlgorithm) -> int