Home
last modified time | relevance | path

Searched refs:notice_reference (Results 1 – 5 of 5) sorted by relevance

/external/python/cryptography/src/cryptography/x509/
Dextensions.py748 def __init__(self, notice_reference, explicit_text): argument
749 if notice_reference and not isinstance(
750 notice_reference, NoticeReference
756 self._notice_reference = notice_reference
770 self.notice_reference == other.notice_reference and
778 return hash((self.notice_reference, self.explicit_text))
780 notice_reference = utils.read_only_property("_notice_reference") variable in UserNotice
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddecode_asn1.py301 notice_reference = None
322 notice_reference = x509.NoticeReference(
326 return x509.UserNotice(notice_reference, explicit_text)
Dencode_asn1.py226 backend, qualifier.notice_reference
/external/python/cryptography/docs/x509/
Dreference.rst2478 .. class:: UserNotice(notice_reference, explicit_text)
2486 .. attribute:: notice_reference
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py457 assert un.notice_reference is None