LibreOffice Module comphelper (master) 1
|
Functions | |
OUString | GetCertificateKind (const css::security::CertificateKind &rKind) |
std::pair< OUString, OUString > | GetDNForCertDetailsView (std::u16string_view rRawString) |
std::vector< std::pair< OUString, OUString > > | parseDN (std::u16string_view rRawString) |
OUString | GetContentPart (const OUString &_rRawString, const css::security::CertificateKind &rKind) |
OUString | GetHexString (const css::uno::Sequence< sal_Int8 > &_rSeq, const char *_pSep, sal_uInt16 _nLineBreak) |
COMPHELPER_DLLPUBLIC OUString comphelper::xmlsec::GetCertificateKind | ( | const css::security::CertificateKind & | rKind | ) |
Definition at line 31 of file xmlsechelper.cxx.
COMPHELPER_DLLPUBLIC OUString comphelper::xmlsec::GetContentPart | ( | const OUString & | _rRawString, |
const css::security::CertificateKind & | rKind | ||
) |
Definition at line 261 of file xmlsechelper.cxx.
COMPHELPER_DLLPUBLIC std::pair< OUString, OUString > comphelper::xmlsec::GetDNForCertDetailsView | ( | std::u16string_view | rRawString | ) |
Definition at line 52 of file xmlsechelper.cxx.
COMPHELPER_DLLPUBLIC OUString comphelper::xmlsec::GetHexString | ( | const css::uno::Sequence< sal_Int8 > & | _rSeq, |
const char * | _pSep, | ||
sal_uInt16 | _nLineBreak | ||
) |
Definition at line 285 of file xmlsechelper.cxx.
COMPHELPER_DLLPUBLIC std::vector< std::pair< OUString, OUString > > comphelper::xmlsec::parseDN | ( | std::u16string_view | rRawString | ) |
Definition at line 161 of file xmlsechelper.cxx.
References i, length, sType, and o3tl::trim().
Referenced by GetContentPart(), and GetDNForCertDetailsView().