4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-07 16:29:33 +00:00

doc for orderedDNOnly

svn path=/trunk/kdesupport/qca/; revision=670482
This commit is contained in:
Justin Karneges 2007-06-01 17:00:53 +00:00
parent 52e4134552
commit 1bb4e28b5d

@ -268,6 +268,10 @@ namespace QCA
*/
QCA_EXPORT QString orderedToDNString(const CertificateInfoOrdered &in);
/**
Return a new CertificateInfoOrdered that only contains
the Distinguished Name (DN) types found in the input object.
*/
QCA_EXPORT CertificateInfoOrdered orderedDNOnly(const CertificateInfoOrdered &in);
inline QString CertificateInfoOrdered::toString() const