MCPcopy
hub / github.com/pyca/cryptography / decryptor

Method decryptor

src/cryptography/hazmat/primitives/ciphers/base.py:119–121  ·  view source on GitHub ↗
(
        self: Cipher[modes.ModeWithAuthenticationTag],
    )

Source from the content-addressed store, hash-verified

117
118 @typing.overload
119 def decryptor(
120 self: Cipher[modes.ModeWithAuthenticationTag],
121 ) -> AEADDecryptionContext: ...
122
123 @typing.overload
124 def decryptor(

Callers 15

test_aes_cbc_pkcs5Function · 0.95
test_update_into_gcmMethod · 0.95
test_xts_vectorsMethod · 0.95
test_reset_nonceFunction · 0.95

Calls

no outgoing calls

Tested by 15

test_aes_cbc_pkcs5Function · 0.76
test_update_into_gcmMethod · 0.76
test_xts_vectorsMethod · 0.76
test_reset_nonceFunction · 0.76