Home
last modified time | relevance | path

Searched refs:access_method (Results 1 – 3 of 3) sorted by relevance

/external/python/cryptography/src/cryptography/x509/
Dextensions.py304 def __init__(self, access_method, access_location): argument
305 if not isinstance(access_method, ObjectIdentifier):
311 self._access_method = access_method
325 self.access_method == other.access_method and
333 return hash((self.access_method, self.access_location))
335 access_method = utils.read_only_property("_access_method") variable in AccessDescription
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dencode_asn1.py353 backend, access_description.access_method.dotted_string
/external/python/cryptography/docs/x509/
Dreference.rst2107 .. class:: AccessDescription(access_method, access_location)
2111 .. attribute:: access_method