Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)]
10
pub(crate) struct ObjectIdentifier {
11
pub(crate) oid: asn1::ObjectIdentifier,
12
}
13
14
#[pyo3::pymethods]
15
impl ObjectIdentifier {
Callers
15
_parse_na
Method · 0.90
test_valid_nonstandard_method
Method · 0.90
test_eq
Method · 0.90
test_ne
Method · 0.90
test_hash
Method · 0.90
test_iter
Method · 0.90
test_public_bytes
Method · 0.90
test_eq
Method · 0.90
test_ne
Method · 0.90
test_repr
Method · 0.90
test_hash
Method · 0.90
test_public_bytes
Method · 0.90
Calls
no outgoing calls
Tested by
15
test_valid_nonstandard_method
Method · 0.72
test_eq
Method · 0.72
test_ne
Method · 0.72
test_hash
Method · 0.72
test_iter
Method · 0.72
test_public_bytes
Method · 0.72
test_eq
Method · 0.72
test_ne
Method · 0.72
test_repr
Method · 0.72
test_hash
Method · 0.72
test_public_bytes
Method · 0.72
test_basic_oid
Function · 0.68