Home
last modified time | relevance | path

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

/aoo4110/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java78 private Vector m_encryptionList; field in XMLSecurityFrameworkController
176 m_encryptionList = new Vector(); in XMLSecurityFrameworkController()
603 m_encryptionList.add(theEncryption); in checkSecurityElement()
692 length = m_encryptionList.size(); in checkReference()
695 EncryptionEntity theEncryption = (EncryptionEntity)m_encryptionList.elementAt(i); in checkReference()
794 while (m_signatureList.size()>0 || m_encryptionList.size()>0) in endMission()
802 else if (m_encryptionList.size()>0) in endMission()
804 EncryptionEntity theEncryption = (EncryptionEntity)m_encryptionList.elementAt(0); in endMission()
805 m_encryptionList.remove(0); in endMission()

Completed in 29 milliseconds