Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx412 …Sequence< SvtSecurityOptions::Certificate > aTrustedAuthors = SvtSecurityOptions().GetTrustedAutho… in isAuthorTrusted() local
413 const SvtSecurityOptions::Certificate* pAuthors = aTrustedAuthors.getConstArray(); in isAuthorTrusted()
414 const SvtSecurityOptions::Certificate* pAuthorsEnd = pAuthors + aTrustedAuthors.getLength(); in isAuthorTrusted()
473 Sequence< SvtSecurityOptions::Certificate > aTrustedAuthors = aSecOpts.GetTrustedAuthors(); in addAuthorToTrustedSources() local
474 sal_Int32 nCnt = aTrustedAuthors.getLength(); in addAuthorToTrustedSources()
475 aTrustedAuthors.realloc( nCnt + 1 ); in addAuthorToTrustedSources()
476 aTrustedAuthors[ nCnt ] = aNewCert; in addAuthorToTrustedSources()
478 aSecOpts.SetTrustedAuthors( aTrustedAuthors ); in addAuthorToTrustedSources()

Completed in 23 milliseconds