Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java519 Object objSorE = m_currentPath.peek(); in checkSecurityElement() local
521 if ((objSorE instanceof SignatureEntity) && keyInfo.toString().equals("KeyInfo")) in checkSecurityElement()
526 SignatureEntity signatureEntity = (SignatureEntity)objSorE; in checkSecurityElement()
529 else if ((objSorE instanceof EncryptionEntity) && keyInfo.toString().equals("KeyInfo")) in checkSecurityElement()
534 EncryptionEntity theEncryption = (EncryptionEntity)objSorE; in checkSecurityElement()
551 Object objSorE = m_currentPath.peek(); in checkSecurityElement() local
553 if ((objSorE instanceof SignatureEntity) && keyInfo.toString().equals("KeyInfo")) in checkSecurityElement()
560 SignatureEntity signatureEntity = (SignatureEntity)objSorE; in checkSecurityElement()
568 else if ((objSorE instanceof EncryptionEntity) && keyInfo.toString().equals("KeyInfo")) in checkSecurityElement()
575 EncryptionEntity theEncryption = (EncryptionEntity)objSorE; in checkSecurityElement()

Completed in 20 milliseconds