Home
last modified time | relevance | path

Searched refs:oldDN (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx163 OUString replaceTagSWithTagST(OUString oldDN) in replaceTagSWithTagST() argument
165 std::pair<sal_Int32, sal_Int32 > pairIndex = findTypeInDN(oldDN, OUSTR("S")); in replaceTagSWithTagST()
169 OUString newDN = oldDN.copy(0, pairIndex.first); in replaceTagSWithTagST()
171 newDN += oldDN.copy(pairIndex.second); in replaceTagSWithTagST()
174 return oldDN; in replaceTagSWithTagST()

Completed in 31 milliseconds