💾 Archived View for tris.fyi › pydoc › cryptography.hazmat.primitives.ciphers.modes captured on 2022-07-16 at 15:06:35. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
cryptography.hazmat.primitives.ciphers
cryptography.hazmat.primitives
This module has no docstring.
block_size = <abc.abstractproperty object at 0x7f92bf07a520> The size of a block as an integer in bits (e.g. 64, 128).
_check_iv_and_key_length(self, algorithm)
initialization_vector = <property object at 0x7f92bf089630>
name = 'CBC'
_check_iv_and_key_length(self, algorithm)
initialization_vector = <property object at 0x7f92bf089950>
name = 'CFB'
_check_iv_and_key_length(self, algorithm)
initialization_vector = <property object at 0x7f92bf089a40>
name = 'CFB8'
validate_for_algorithm(self, algorithm: cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm) -> None
name = 'CTR'
nonce = <property object at 0x7f92bf089b30>
key_size = <abc.abstractproperty object at 0x7f92bf07a4c0> The size of the key being used as an integer in bits (e.g. 128, 256).
key_sizes = <abc.abstractproperty object at 0x7f92bf07a460> Valid key sizes for this algorithm in bits
name = <abc.abstractproperty object at 0x7f92bf07a400> 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) -> None
initialization_vector = <property object at 0x7f92bf089c70>
name = 'GCM'
tag = <property object at 0x7f92bf089c20>
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 0x7f92bf086340> A string naming this mode (e.g. "ECB", "CBC").
tag = <abc.abstractproperty object at 0x7f92bf0864c0> The value of the tag supplied to the constructor of this mode.
initialization_vector = <abc.abstractproperty object at 0x7f92bf0863a0> The value of the initialization vector for this mode as bytes.
nonce = <abc.abstractproperty object at 0x7f92bf086460> The value of the nonce for this mode as bytes.
tweak = <abc.abstractproperty object at 0x7f92bf086400> The value of the tweak for this mode as bytes.
_check_iv_and_key_length(self, algorithm)
initialization_vector = <property object at 0x7f92bf089860>
name = 'OFB'
with_traceback(...) Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
args = <attribute 'args' of 'BaseException' objects>
validate_for_algorithm(self, algorithm: cryptography.hazmat.primitives._cipheralgorithm.CipherAlgorithm) -> None
name = 'XTS'
tweak = <property object at 0x7f92bf089720>