Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx158 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()
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DSecurityEntity.java37 class SecurityEntity class
62 SecurityEntity( in SecurityEntity() method in SecurityEntity
H A DEncryptionEntity.java38 class EncryptionEntity extends SecurityEntity
H A DSignatureEntity.java40 class SignatureEntity extends SecurityEntity
H A DXMLSecurityFrameworkController.java335 …private void findKeyOrReference(SecurityEntity signatureEntity, String uriStr, boolean isFindingKe… in findKeyOrReference()