Lines Matching refs:SecurityEntity
158 class SecurityEntity class
190 SecurityEntity(
221 class SignatureEntity : public SecurityEntity
341 …void findKeyOrReference(SecurityEntity* pSecurityEntity, const rtl::OUString& ouUri, bool bIsFindK…
795 int SecurityEntity::m_nNextSecurityId = 1;
797 SecurityEntity::SecurityEntity( in SecurityEntity() function in SecurityEntity
811 int SecurityEntity::getNextSecurityId() const in getNextSecurityId()
817 void SecurityEntity::setKeyId(int nId) in setKeyId()
824 void SecurityEntity::setKeyURI(const rtl::OUString& ouUri) in setKeyURI()
829 cssu::Reference<cssxc::sax::XReferenceResolvedListener> SecurityEntity::getReferenceListener() const in getReferenceListener()
834 int SecurityEntity::getSecurityId() const in getSecurityId()
839 bool SecurityEntity::setKey(const rtl::OUString& ouUri, bool bIsExporting) in setKey()
866 bool SecurityEntity::endMission() in endMission()
881 :SecurityEntity(xSAXEventKeeper, in SignatureEntity()
1219 void XSecTester::findKeyOrReference(SecurityEntity* pSecurityEntity, const rtl::OUString& ouUri, bo… in findKeyOrReference()
1388 SecurityEntity *pSecurityEntity = in checkSecurityElement()
1389 (SecurityEntity *) (m_stCurrentPath.top()); in checkSecurityElement()
1417 SecurityEntity *pSecurityEntity = in checkSecurityElement()
1418 (SecurityEntity *) m_stCurrentPath.top(); in checkSecurityElement()