💾 Archived View for tris.fyi › pydoc › cryptography.hazmat.primitives.ciphers.modes captured on 2022-01-08 at 13:59:14. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
cryptography.hazmat.primitives.ciphers
cryptography.hazmat.primitives
This module has no docstring.
_check_iv_and_key_length(self, algorithm)
initialization_vector = <property object at 0x7f0567630cc0>
name = 'CBC'
_check_iv_and_key_length(self, algorithm)
initialization_vector = <property object at 0x7f0567638040>
name = 'CFB'
_check_iv_and_key_length(self, algorithm)
initialization_vector = <property object at 0x7f0567638130>
name = 'CFB8'
validate_for_algorithm(self, algorithm: cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm)
name = 'CTR'
nonce = <property object at 0x7f0567638220>
key_size = <abc.abstractproperty object at 0x7f0567622f40> The size of the key being used as an integer in bits (e.g. 128, 256).
key_sizes = <abc.abstractproperty object at 0x7f0567622ee0> Valid key sizes for this algorithm in bits
name = <abc.abstractproperty object at 0x7f0567622e80> A string naming this mode (e.g. "AES", "Camellia").
_check_aes_key_length(self, algorithm)
name = 'ECB'
validate_for_algorithm(self, algorithm: cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm)
initialization_vector = <property object at 0x7f0567638360>
name = 'GCM'
tag = <property object at 0x7f0567638310>
validate_for_algorithm(self, algorithm: cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm) -> None Checks that all the necessary invariants of this (mode, algorithm) combination are met.
name = <abc.abstractproperty object at 0x7f056762e640> A string naming this mode (e.g. "ECB", "CBC").
tag = <abc.abstractproperty object at 0x7f056762e7c0> The value of the tag supplied to the constructor of this mode.
initialization_vector = <abc.abstractproperty object at 0x7f056762e6a0> The value of the initialization vector for this mode as bytes.
nonce = <abc.abstractproperty object at 0x7f056762e760> The value of the nonce for this mode as bytes.
tweak = <abc.abstractproperty object at 0x7f056762e700> The value of the tweak for this mode as bytes.
_check_iv_and_key_length(self, algorithm)
initialization_vector = <property object at 0x7f0567630ef0>
name = 'OFB'
validate_for_algorithm(self, algorithm: cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm)
name = 'XTS'
tweak = <property object at 0x7f0567630db0>
utils = <cryptography.utils._ModuleWithDeprecations object at 0x7f05676abbb0>