mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-18 05:09:33 +00:00
doc for orderedDNOnly
svn path=/trunk/kdesupport/qca/; revision=670482
This commit is contained in:
parent
52e4134552
commit
1bb4e28b5d
@ -268,6 +268,10 @@ namespace QCA
|
|||||||
*/
|
*/
|
||||||
QCA_EXPORT QString orderedToDNString(const CertificateInfoOrdered &in);
|
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);
|
QCA_EXPORT CertificateInfoOrdered orderedDNOnly(const CertificateInfoOrdered &in);
|
||||||
|
|
||||||
inline QString CertificateInfoOrdered::toString() const
|
inline QString CertificateInfoOrdered::toString() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user