LibreOffice Module comphelper (master) 1
Functions
comphelper::xmlsec Namespace Reference

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)
 

Function Documentation

◆ GetCertificateKind()

COMPHELPER_DLLPUBLIC OUString comphelper::xmlsec::GetCertificateKind ( const css::security::CertificateKind &  rKind)

Definition at line 31 of file xmlsechelper.cxx.

◆ GetContentPart()

COMPHELPER_DLLPUBLIC OUString comphelper::xmlsec::GetContentPart ( const OUString &  _rRawString,
const css::security::CertificateKind &  rKind 
)

Definition at line 261 of file xmlsechelper.cxx.

References i, and parseDN().

◆ GetDNForCertDetailsView()

COMPHELPER_DLLPUBLIC std::pair< OUString, OUString > comphelper::xmlsec::GetDNForCertDetailsView ( std::u16string_view  rRawString)

Definition at line 52 of file xmlsechelper.cxx.

References i, and parseDN().

◆ GetHexString()

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.

References aStr, and i.

◆ parseDN()

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().