Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit f06a087

Browse files
committed
updated docstring
1 parent 0d744bb commit f06a087

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

google/auth/crypt/_cryptography_rsa.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _warn_rsa_type(key_type):
6262
class RSAVerifier(base.Verifier):
6363
"""Verifies RSA cryptographic signatures using public keys.
6464
65-
Note: rsa.key.PublicKey keys are currently supported, but the `rsa` library
65+
Note: rsa.key.PublicKey keys are currently accepted, but the `rsa` library
6666
is deprecated. Please migrate to `cryptography` keys or use
6767
`.from_string()` instead
6868
@@ -121,7 +121,7 @@ def from_string(cls, public_key):
121121
class RSASigner(base.Signer, base.FromServiceAccountMixin):
122122
"""Signs messages with an RSA private key.
123123
124-
Note: rsa.key.PrivateKey keys are currently supported, but the `rsa` library
124+
Note: rsa.key.PrivateKey keys are currently accepted, but the `rsa` library
125125
is deprecated. Please migrate to `cryptography` keys or use
126126
`.from_string()` instead
127127

testing/constraints-3.7.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Then this file should have foo==1.14.0
88
pyasn1-modules==0.2.1
99
setuptools==40.3.0
10-
rsa==3.1.4
10+
rsa==3.1.4 # deprecated, but should be backwards-compatible
1111
aiohttp==3.6.2
1212
requests==2.20.0
13-
pyjwt==2.0
13+
pyjwt==2.0

0 commit comments

Comments
 (0)