diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-02-26 08:27:22 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-02-26 08:27:22 -0600 |
commit | 159b3b5ba975fcc2ebebfc707961070fc5fefacf (patch) | |
tree | 402a42755384902732e143dc578921717d04c36f /docs | |
parent | 7e8fe9df4328f0d3134a502b5d3bc05435de7e6e (diff) | |
download | cryptography-159b3b5ba975fcc2ebebfc707961070fc5fefacf.tar.gz cryptography-159b3b5ba975fcc2ebebfc707961070fc5fefacf.tar.bz2 cryptography-159b3b5ba975fcc2ebebfc707961070fc5fefacf.zip |
add the oid required by the extensiontype interface
Diffstat (limited to 'docs')
-rw-r--r-- | docs/x509/reference.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 14fc37c8..30513082 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -1871,6 +1871,12 @@ X.509 Extensions identifier. For more information about the use of this extension see :rfc:`5280`. + .. attribute:: oid + + :type: :class:`ObjectIdentifier` + + Returns :attr:`~cryptography.x509.oid.ExtensionOID.POLICY_CONSTRAINTS`. + .. attribute:: require_explicit_policy :type: int or None |