Home
last modified time | relevance | path

Searched defs:dotted_string (Results 1 – 1 of 1) sorted by relevance

/external/python/cryptography/src/cryptography/hazmat/
D_oid.py11 def __init__(self, dotted_string): argument
67 dotted_string = utils.read_only_property("_dotted_string") variable in ObjectIdentifier