Searched refs:keyInfo (Results 1 – 1 of 1) sorted by relevance
515 Object keyInfo = m_currentPath.pop(); in checkSecurityElement() local521 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() local553 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 30 milliseconds