MCPcopy Create free account
hub / github.com/pyca/cryptography / ObjectIdentifier

Class ObjectIdentifier

src/rust/src/oid.rs:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9#[pyo3::prelude::pyclass(module = "cryptography.hazmat.bindings._rust")]
10pub(crate) struct ObjectIdentifier {
11 pub(crate) oid: asn1::ObjectIdentifier,
12}
13
14#[pyo3::pymethods]
15impl ObjectIdentifier {

Callers 15

_parse_naMethod · 0.90
test_eqMethod · 0.90
test_neMethod · 0.90
test_hashMethod · 0.90
test_iterMethod · 0.90
test_public_bytesMethod · 0.90
test_eqMethod · 0.90
test_neMethod · 0.90
test_reprMethod · 0.90
test_hashMethod · 0.90
test_public_bytesMethod · 0.90

Calls

no outgoing calls

Tested by 15

test_eqMethod · 0.72
test_neMethod · 0.72
test_hashMethod · 0.72
test_iterMethod · 0.72
test_public_bytesMethod · 0.72
test_eqMethod · 0.72
test_neMethod · 0.72
test_reprMethod · 0.72
test_hashMethod · 0.72
test_public_bytesMethod · 0.72
test_basic_oidFunction · 0.68