aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/interfaces.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-25 11:13:45 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-12-25 11:16:24 -0600
commitaa8b0f43db0f4708ecf12ba2a2034ba6165d5f76 (patch)
tree95195d5a52f3ed575a2f7ac42f50187a08eae05a /docs/hazmat/backends/interfaces.rst
parent58dc259214ff05243ec4e72c86cc2c7a76ca6e02 (diff)
downloadcryptography-aa8b0f43db0f4708ecf12ba2a2034ba6165d5f76.tar.gz
cryptography-aa8b0f43db0f4708ecf12ba2a2034ba6165d5f76.tar.bz2
cryptography-aa8b0f43db0f4708ecf12ba2a2034ba6165d5f76.zip
add create_x509_revoked_certificate to x509backend interface
Diffstat (limited to 'docs/hazmat/backends/interfaces.rst')
-rw-r--r--docs/hazmat/backends/interfaces.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 29abee1c..73011dd0 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -589,6 +589,15 @@ A specific ``backend`` may provide one or more of these interfaces.
:returns: A new instance of
:class:`~cryptography.x509.CertificateRevocationList`.
+ .. method:: create_x509_revoked_certificate(builder)
+
+ .. versionadded:: 1.2
+
+ :param builder: An instance of RevokedCertificateBuilder.
+
+ :returns: A new instance of
+ :class:`~cryptography.x509.RevokedCertificate`.
+
.. class:: DHBackend
.. versionadded:: 0.9