aboutsummaryrefslogtreecommitdiffstats
path: root/docs/x509.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-10 13:07:59 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-05-10 13:15:51 -0500
commitba35b3ba85c374dfd0659992cae01255c530679d (patch)
tree1d3492def276b4e408be1f0ec30cf8c89f583601 /docs/x509.rst
parent2e879745596f4d0affec6b65f759a1082eefd040 (diff)
downloadcryptography-ba35b3ba85c374dfd0659992cae01255c530679d.tar.gz
cryptography-ba35b3ba85c374dfd0659992cae01255c530679d.tar.bz2
cryptography-ba35b3ba85c374dfd0659992cae01255c530679d.zip
remove policyqualifierinfo object
Diffstat (limited to 'docs/x509.rst')
-rw-r--r--docs/x509.rst31
1 files changed, 3 insertions, 28 deletions
diff --git a/docs/x509.rst b/docs/x509.rst
index 20929768..48cb0730 100644
--- a/docs/x509.rst
+++ b/docs/x509.rst
@@ -918,30 +918,7 @@ These classes may be present within a :class:`CertificatePolicies` instance.
:type: list
- A list of :class:`PolicyQualifierInfo` objects.
-
-.. class:: PolicyQualifierInfo
-
- .. versionadded:: 0.9
-
- .. attribute:: policy_qualifier_id
-
- :type: :class:`ObjectIdentifier`
-
- This attribute can have two possible values: :data:`OID_CPS_QUALIFIER`
- or :data:`OID_CPS_USER_NOTICE`. If it is :data:`OID_CPS_QUALIFIER` then
- ``qualifier`` will be :term:`text` and should contain a pointer to
- a certification practice statement (CPS) published by the CA. This
- text should be in the form of a URI. If it is
- :data:`OID_CPS_USER_NOTICE` then ``qualifier`` will be
- :class:`UserNotice`.
-
- .. attribute:: qualifier
-
- :type: :term:`text` or :class:`UserNotice`
-
- The type of this attribute is determined by checking the
- ``policy_qualifier_id``.
+ A list consisting of :term:`text` and/or :class:`UserNotice` objects.
.. class:: UserNotice
@@ -1196,13 +1173,11 @@ Policy Qualifier OIDs
.. data:: OID_CPS_QUALIFIER
- Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.1"``. Used as an
- identifier in :class:`PolicyQualifierInfo` objects.
+ Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.1"``.
.. data:: OID_CPS_USER_NOTICE
- Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.2"``. Used as an
- identifier in :class:`PolicyQualifierInfo` objects.
+ Corresponds to the dotted string ``"1.3.6.1.5.5.7.2.2"``.
.. _extension_oids: