Test third party stubs with stubtest (#5615)

This commit is contained in:
Shantanu
2021-06-12 15:17:40 -07:00
committed by GitHub
parent 9565c595ca
commit 7244ea1f71
53 changed files with 1249 additions and 11 deletions

View File

@@ -0,0 +1,43 @@
cryptography.exceptions.UnsupportedAlgorithm.__init__
cryptography.fernet.Fernet.__init__
cryptography.fernet.MultiFernet.decrypt
cryptography.fernet.MultiFernet.decrypt_at_time
cryptography.fernet.MultiFernet.encrypt
cryptography.fernet.MultiFernet.encrypt_at_time
cryptography.hazmat.backends.interfaces.DHBackend.dh_parameters_supported
cryptography.hazmat.backends.interfaces.HMACBackend.cmac_algorithm_supported
cryptography.hazmat.bindings.openssl.binding.Binding.init_static_locks
cryptography.hazmat.primitives.asymmetric.dh.DHParameterNumbers.__init__
cryptography.hazmat.primitives.ciphers.aead.AESCCM.__init__
cryptography.hazmat.primitives.ciphers.modes.GCM.__init__
cryptography.hazmat.primitives.cmac.CMAC.__init__
cryptography.hazmat.primitives.hashes.BLAKE2b.__init__
cryptography.hazmat.primitives.hashes.BLAKE2s.__init__
cryptography.hazmat.primitives.hashes.Hash.__init__
cryptography.hazmat.primitives.hmac.HMAC.__init__
cryptography.hazmat.primitives.hmac.HMAC.update
cryptography.hazmat.primitives.serialization.pkcs12.serialize_key_and_certificates
cryptography.hazmat.primitives.serialization.pkcs7.PKCS7SignatureBuilder.__init__
cryptography.x509.CertificateBuilder.add_extension
cryptography.x509.CertificateBuilder.public_key
cryptography.x509.CertificateBuilder.serial_number
cryptography.x509.CertificateRevocationListBuilder.__init__
cryptography.x509.CertificateRevocationListBuilder.add_extension
cryptography.x509.CertificateRevocationListBuilder.issuer_name
cryptography.x509.CertificateRevocationListBuilder.last_update
cryptography.x509.CertificateRevocationListBuilder.next_update
cryptography.x509.CertificateSigningRequestBuilder.__init__
cryptography.x509.CertificateSigningRequestBuilder.add_extension
cryptography.x509.Extension.__init__
cryptography.x509.Extensions.__init__
cryptography.x509.NameAttribute.__init__
cryptography.x509.OCSPExtensionOID
cryptography.x509.RevokedCertificateBuilder.__init__
cryptography.x509.RevokedCertificateBuilder.add_extension
cryptography.x509.RevokedCertificateBuilder.serial_number
cryptography.x509.extensions.AccessDescription.__init__
cryptography.x509.extensions.AuthorityInformationAccess.__init__
cryptography.x509.extensions.CRLDistributionPoints.__init__
cryptography.x509.extensions.DistributionPoint.__init__
cryptography.x509.extensions.Extension.__init__
cryptography.x509.extensions.GeneralNames.__init__