Searched refs:objSorE (Results 1 – 1 of 1) sorted by relevance
519 Object objSorE = m_currentPath.peek(); in checkSecurityElement() local521 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() local553 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 49 milliseconds