diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-24 21:14:11 -0500 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-12-24 21:14:11 -0500 |
commit | fa431ca54dd5686855264d82d77fa2dbb061fa23 (patch) | |
tree | 06a15a8ce81fd25b2a9c3c0f14d507e22a367a3c /docs/hazmat/backends/interfaces.rst | |
parent | 48f17cb225abcf43f77915d152f6cc15b762c702 (diff) | |
parent | 7eaaf0c6126c677b6dd656a35faca391ebc96c9a (diff) | |
download | cryptography-fa431ca54dd5686855264d82d77fa2dbb061fa23.tar.gz cryptography-fa431ca54dd5686855264d82d77fa2dbb061fa23.tar.bz2 cryptography-fa431ca54dd5686855264d82d77fa2dbb061fa23.zip |
Merge pull request #2559 from reaperhulk/crlbuilder
CertificateRevocationListBuilder
Diffstat (limited to 'docs/hazmat/backends/interfaces.rst')
-rw-r--r-- | docs/hazmat/backends/interfaces.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index 3a7224fa..29abee1c 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -574,7 +574,7 @@ A specific ``backend`` may provide one or more of these interfaces. .. versionadded:: 1.2 :param builder: An instance of - CertificateRevocationListBuilder. + :class:`~cryptography.x509.CertificateRevocationListBuilder`. :param private_key: The :class:`~cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey`, @@ -589,7 +589,6 @@ A specific ``backend`` may provide one or more of these interfaces. :returns: A new instance of :class:`~cryptography.x509.CertificateRevocationList`. - .. class:: DHBackend .. versionadded:: 0.9 |