mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
cryptography: Rename parameter of serialize_key_and_certificates (#8543)
This commit is contained in:
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user