Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java515 Object keyInfo = m_currentPath.pop(); in checkSecurityElement() local
521 if ((objSorE instanceof SignatureEntity) && keyInfo.toString().equals("KeyInfo")) in checkSecurityElement()
529 else if ((objSorE instanceof EncryptionEntity) && keyInfo.toString().equals("KeyInfo")) in checkSecurityElement()
538 m_currentPath.push(keyInfo); in checkSecurityElement()
547 Object keyInfo = m_currentPath.pop(); in checkSecurityElement() local
553 if ((objSorE instanceof SignatureEntity) && keyInfo.toString().equals("KeyInfo")) in checkSecurityElement()
568 else if ((objSorE instanceof EncryptionEntity) && keyInfo.toString().equals("KeyInfo")) in checkSecurityElement()
584 m_currentPath.push(keyInfo); in checkSecurityElement()

Completed in 23 milliseconds