aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends/interfaces.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-11-24 17:13:59 -1000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-11-24 17:13:59 -1000
commit8473df6d553a2e0bf790b613c2818beb4bd2f416 (patch)
treed3fb99652eaf589385da5eaa74c4547f912b81a1 /docs/hazmat/backends/interfaces.rst
parentf0e05bb7711f3c04a96f3bc924588ecfa838d41d (diff)
downloadcryptography-8473df6d553a2e0bf790b613c2818beb4bd2f416.tar.gz
cryptography-8473df6d553a2e0bf790b613c2818beb4bd2f416.tar.bz2
cryptography-8473df6d553a2e0bf790b613c2818beb4bd2f416.zip
add load_der_x509_certificate X509Backend method
Diffstat (limited to 'docs/hazmat/backends/interfaces.rst')
-rw-r--r--docs/hazmat/backends/interfaces.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 3cce1576..e4c43d9e 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -525,3 +525,10 @@ A specific ``backend`` may provide one or more of these interfaces.
:returns: An instance of
:class:`~cryptography.hazmat.primitives.interfaces.X509Certificate`.
+
+ .. method:: load_der_x509_certificate(data)
+
+ :param bytes data: DER formatted certificate data.
+
+ :returns: An instance of
+ :class:`~cryptography.hazmat.primitives.interfaces.X509Certificate`.