cryptography: Rename parameter of serialize_key_and_certificates (#8543)

This commit is contained in:
MaertHaekkinen
2022-08-16 16:20:45 +03:00
committed by GitHub
parent 5b47f13a99
commit 55c566ded5
2 changed files with 1 additions and 2 deletions

View File

@@ -14,5 +14,5 @@ def serialize_key_and_certificates(
key: RSAPrivateKeyWithSerialization | EllipticCurvePrivateKeyWithSerialization | DSAPrivateKeyWithSerialization,
cert: Certificate | None,
cas: list[Certificate] | None,
enc: KeySerializationEncryption,
encryption_algorithm: KeySerializationEncryption,
) -> bytes: ...