Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyca/cryptography
/ functions
Functions
3,887 in github.com/pyca/cryptography
⨍
Functions
3,887
◇
Types & classes
731
↳
Endpoints
1
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/aead.py:19
Method
__init__
(self, key: bytes, tag_length: int = 16)
src/cryptography/hazmat/primitives/ciphers/aead.py:92
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/aead.py:177
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/aead.py:240
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/aead.py:309
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:34
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:48
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:58
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:67
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:80
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:97
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:120
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:142
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:155
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:178
Method
__init__
(self, key: bytes, nonce: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:200
Method
__init__
(self, key: bytes)
src/cryptography/hazmat/primitives/ciphers/algorithms.py:223
Method
__init__
( self, algorithm: CipherAlgorithm, mode: Mode, backend: typing.Any = None,
src/cryptography/hazmat/primitives/ciphers/base.py:79
Method
__init__
(self, ctx: _BackendCipherContext)
src/cryptography/hazmat/primitives/ciphers/base.py:170
Method
__init__
(self, ctx: _BackendCipherContext)
src/cryptography/hazmat/primitives/ciphers/base.py:195
Method
__init__
(self, initialization_vector: bytes)
src/cryptography/hazmat/primitives/ciphers/modes.py:116
Method
__init__
(self, tweak: bytes)
src/cryptography/hazmat/primitives/ciphers/modes.py:130
Method
__init__
(self, initialization_vector: bytes)
src/cryptography/hazmat/primitives/ciphers/modes.py:165
Method
__init__
(self, initialization_vector: bytes)
src/cryptography/hazmat/primitives/ciphers/modes.py:179
Method
__init__
(self, initialization_vector: bytes)
src/cryptography/hazmat/primitives/ciphers/modes.py:193
Method
__init__
(self, nonce: bytes)
src/cryptography/hazmat/primitives/ciphers/modes.py:207
Method
__init__
( self, initialization_vector: bytes, tag: typing.Optional[bytes] = None, min_
src/cryptography/hazmat/primitives/ciphers/modes.py:225
Method
__init__
(self, msg: str, oid: ObjectIdentifier)
src/cryptography/x509/base.py:56
Method
__init__
( self, attributes: typing.Iterable[Attribute], )
src/cryptography/x509/base.py:134
Method
__init__
(self, msg: str, parsed_version: int)
src/cryptography/x509/base.py:159
Method
__init__
( self, serial_number: int, revocation_date: datetime.datetime, extensions: Ex
src/cryptography/x509/base.py:333
Method
__init__
Creates an empty X.509 certificate request (v1).
src/cryptography/x509/base.py:626
Method
__init__
( self, issuer_name: typing.Optional[Name] = None, subject_name: typing.Optional[Name]
src/cryptography/x509/base.py:720
Method
__init__
( self, issuer_name: typing.Optional[Name] = None, last_update: typing.Optional[dateti
src/cryptography/x509/base.py:968
Method
__init__
( self, serial_number: typing.Optional[int] = None, revocation_date: typing.Optional[d
src/cryptography/x509/base.py:1100
Method
__init__
(self, msg: str, oid: ObjectIdentifier)
src/cryptography/x509/extensions.py:88
Method
__init__
(self, msg: str, oid: ObjectIdentifier)
src/cryptography/x509/extensions.py:94
Method
__init__
( self, extensions: typing.Iterable[Extension[ExtensionType]] )
src/cryptography/x509/extensions.py:114
Method
__init__
(self, crl_number: int)
src/cryptography/x509/extensions.py:155
Method
__init__
( self, key_identifier: typing.Optional[bytes], authority_cert_issuer: typing.Optional
src/cryptography/x509/extensions.py:184
Method
__init__
(self, digest: bytes)
src/cryptography/x509/extensions.py:292
Method
__init__
( self, descriptions: typing.Iterable[AccessDescription] )
src/cryptography/x509/extensions.py:328
Method
__init__
( self, descriptions: typing.Iterable[AccessDescription] )
src/cryptography/x509/extensions.py:361
Method
__init__
( self, access_method: ObjectIdentifier, access_location: GeneralName )
src/cryptography/x509/extensions.py:392
Method
__init__
(self, ca: bool, path_length: typing.Optional[int])
src/cryptography/x509/extensions.py:434
Method
__init__
(self, crl_number: int)
src/cryptography/x509/extensions.py:480
Method
__init__
( self, distribution_points: typing.Iterable[DistributionPoint] )
src/cryptography/x509/extensions.py:509
Method
__init__
( self, distribution_points: typing.Iterable[DistributionPoint] )
src/cryptography/x509/extensions.py:546
Method
__init__
( self, full_name: typing.Optional[typing.Iterable[GeneralName]], relative_name: typin
src/cryptography/x509/extensions.py:581
Method
__init__
( self, require_explicit_policy: typing.Optional[int], inhibit_policy_mapping: typing.
src/cryptography/x509/extensions.py:742
Method
__init__
(self, policies: typing.Iterable[PolicyInformation])
src/cryptography/x509/extensions.py:807
Method
__init__
( self, policy_identifier: ObjectIdentifier, policy_qualifiers: typing.Optional[
src/cryptography/x509/extensions.py:836
Method
__init__
( self, notice_reference: typing.Optional[NoticeReference], explicit_text: typing.Opti
src/cryptography/x509/extensions.py:897
Method
__init__
( self, organization: typing.Optional[str], notice_numbers: typing.Iterable[int],
src/cryptography/x509/extensions.py:940
Method
__init__
(self, usages: typing.Iterable[ObjectIdentifier])
src/cryptography/x509/extensions.py:982
Method
__init__
(self, features: typing.Iterable[TLSFeatureType])
src/cryptography/x509/extensions.py:1050
Method
__init__
(self, skip_certs: int)
src/cryptography/x509/extensions.py:1098
Method
__init__
( self, permitted_subtrees: typing.Optional[typing.Iterable[GeneralName]], excluded_su
src/cryptography/x509/extensions.py:1263
Method
__init__
( self, oid: ObjectIdentifier, critical: bool, value: ExtensionTypeVar )
src/cryptography/x509/extensions.py:1380
Method
__init__
(self, general_names: typing.Iterable[GeneralName])
src/cryptography/x509/extensions.py:1428
Method
__init__
(self, general_names: typing.Iterable[GeneralName])
src/cryptography/x509/extensions.py:1519
Method
__init__
(self, general_names: typing.Iterable[GeneralName])
src/cryptography/x509/extensions.py:1600
Method
__init__
(self, general_names: typing.Iterable[GeneralName])
src/cryptography/x509/extensions.py:1681
Method
__init__
(self, reason: ReasonFlags)
src/cryptography/x509/extensions.py:1762
Method
__init__
(self, invalidity_date: datetime.datetime)
src/cryptography/x509/extensions.py:1791
Method
__init__
( self, signed_certificate_timestamps: typing.Iterable[ SignedCertificateTimestamp
src/cryptography/x509/extensions.py:1822
Method
__init__
( self, signed_certificate_timestamps: typing.Iterable[ SignedCertificateTimestamp
src/cryptography/x509/extensions.py:1867
Method
__init__
(self, nonce: bytes)
src/cryptography/x509/extensions.py:1910
Method
__init__
(self, responses: typing.Iterable[ObjectIdentifier])
src/cryptography/x509/extensions.py:1939
Method
__init__
( self, full_name: typing.Optional[typing.Iterable[GeneralName]], relative_name: typin
src/cryptography/x509/extensions.py:1968
Method
__init__
( self, template_id: ObjectIdentifier, major_version: typing.Optional[int], mi
src/cryptography/x509/extensions.py:2128
Method
__init__
(self, oid: ObjectIdentifier, value: bytes)
src/cryptography/x509/extensions.py:2185
Method
__init__
( self, oid: ObjectIdentifier, value: typing.Union[str, bytes], _type: typing.
src/cryptography/x509/name.py:112
Method
__init__
(self, attributes: typing.Iterable[NameAttribute])
src/cryptography/x509/name.py:215
Method
__init__
(self, attributes: typing.Iterable[NameAttribute])
src/cryptography/x509/name.py:269
Method
__init__
(self, data: str, attr_name_overrides: _NameOidMap)
src/cryptography/x509/name.py:389
Method
__init__
(self, value: str)
src/cryptography/x509/general_name.py:37
Method
__init__
(self, value: str)
src/cryptography/x509/general_name.py:82
Method
__init__
(self, value: str)
src/cryptography/x509/general_name.py:121
Method
__init__
(self, value: Name)
src/cryptography/x509/general_name.py:160
Method
__init__
(self, value: ObjectIdentifier)
src/cryptography/x509/general_name.py:184
Method
__init__
(self, value: _IPAddressTypes)
src/cryptography/x509/general_name.py:208
Method
__init__
(self, type_id: ObjectIdentifier, value: bytes)
src/cryptography/x509/general_name.py:254
Method
__init__
( self, cert: x509.Certificate, issuer: x509.Certificate, algorithm: hashes.Ha
src/cryptography/x509/ocsp.py:61
Method
__init__
( self, request: typing.Optional[ typing.Tuple[ x509.Certificate,
src/cryptography/x509/ocsp.py:406
Method
__init__
( self, response: typing.Optional[_SingleResponse] = None, responder_id: typing.Option
src/cryptography/x509/ocsp.py:492
Method
__init__
(self, testfiledata, testgroup, testcase)
tests/utils.py:885
Method
__init__
(self, _: object)
tests/doubles.py:23
Method
__init__
(self, value)
tests/x509/test_x509.py:67
Method
__init__
(self, hasher)
docs/development/custom-vectors/secp256k1/generate_secp256k1.py:22
Method
__iter__
(slf: pyo3::PyRef<'_, Self>)
src/rust/src/x509/ocsp_resp.rs:762
Method
__iter__
Iterator over the revoked certificates
src/cryptography/x509/base.py:466
Method
__iter__
(self)
src/cryptography/x509/extensions.py:1958
Method
__iter__
(self)
src/cryptography/x509/name.py:257
Method
__iter__
(self)
src/cryptography/x509/name.py:349
Method
__len__
(&self)
src/rust/src/x509/crl.rs:115
Method
__len__
Number of revoked certificates in the CRL.
src/cryptography/x509/base.py:444
Method
__len__
(self)
src/cryptography/x509/name.py:260
Method
__len__
(self)
src/cryptography/x509/name.py:354
Method
__len__
(self)
tests/hazmat/primitives/test_aead.py:30
← previous
next →
1,001–1,100 of 3,887, ranked by callers