commit | c54cc18b11b9fe433758fd910e20484ee50c6a60 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@boson> | Wed Mar 26 21:11:07 2008 -0400 |
committer | Jean-Paul Calderone <exarkun@boson> | Wed Mar 26 21:11:07 2008 -0400 |
tree | c1543f1cdb030a4778b23bb6e5ebd980656e040c | |
parent | c821543c77e7e6532e4fa9a21a880e76c66a246d [diff] [blame] |
X509Name.get_components
diff --git a/doc/pyOpenSSL.tex b/doc/pyOpenSSL.tex index cd399a1..fb6906b 100644 --- a/doc/pyOpenSSL.tex +++ b/doc/pyOpenSSL.tex
@@ -393,6 +393,10 @@ Return a string giving the DER representation of the name. \end{methoddesc} +\begin{methoddesc}[X509Name]{get_components}{} +Return a list of two-tuples of strings giving the components of the name. +\end{methoddesc} + X509Name objects have the following members: \begin{memberdesc}[X509Name]{countryName}