Searched refs:m_encryptionList (Results 1 – 1 of 1) sorted by relevance
78 private Vector m_encryptionList; field in XMLSecurityFrameworkController176 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 19 milliseconds