We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198aab7 commit bb102c7Copy full SHA for bb102c7
src/cryptography/hazmat/bindings/_rust/x509.pyi
@@ -198,7 +198,6 @@ class CertificateSigningRequest:
198
def tbs_certrequest_bytes(self) -> bytes: ...
199
@property
200
def is_signature_valid(self) -> bool: ...
201
- def get_attribute_for_oid(self, oid: x509.ObjectIdentifier) -> bytes: ...
202
203
class PolicyBuilder:
204
def time(self, time: datetime.datetime) -> PolicyBuilder: ...
0 commit comments