Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java535 theEncryption.setKeyId(0); in checkSecurityElement()
579 theEncryption.setKeyURI(uriStr); in checkSecurityElement()
580 findKeyOrReference(theEncryption, uriStr, true); in checkSecurityElement()
593 EncryptionEntity theEncryption = new EncryptionEntity( in checkSecurityElement() local
603 m_encryptionList.add(theEncryption); in checkSecurityElement()
607 m_currentPath.push(theEncryption); in checkSecurityElement()
614 theEncryption.setKeyURI(uriStr); in checkSecurityElement()
615 findKeyOrReference(theEncryption,uriStr, true); in checkSecurityElement()
619 theEncryption.setKeyId(0); in checkSecurityElement()
697 if (theEncryption.setKey(id, m_bIsExporting)) in checkReference()
[all …]

Completed in 12 milliseconds