From 13b6aff79d8d776968e7613b962b36ac895750cd Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 12 Feb 2015 14:05:44 -0600 Subject: remove unused X509 certificate interface We merged this interface and then changed our approach and use the cryptography.x509.Certificate interface instead. This one was never directly used. --- docs/hazmat/backends/interfaces.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/hazmat') diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index a2dd0c1c..e3dc96c0 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -502,12 +502,10 @@ A specific ``backend`` may provide one or more of these interfaces. :param bytes data: PEM formatted certificate data. - :returns: An instance of - :class:`~cryptography.hazmat.primitives.interfaces.X509Certificate`. + :returns: An instance of :class:`~cryptography.x509.Certificate`. .. method:: load_der_x509_certificate(data) :param bytes data: DER formatted certificate data. - :returns: An instance of - :class:`~cryptography.hazmat.primitives.interfaces.X509Certificate`. + :returns: An instance of :class:`~cryptography.x509.Certificate`. -- cgit v1.2.3