Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/tools/uno/
H A DXMLSecurityFrameworkController.java482 Object objSignature = m_currentPath.peek(); in checkSecurityElement() local
484 if ((objSignature instanceof SignatureEntity) && signedInfo.toString().equals("SignedInfo")) in checkSecurityElement()
494 SignatureEntity signatureEntity = (SignatureEntity)objSignature; in checkSecurityElement()
924 Object objSignature = m_currentPath.peek(); in endElement() local
925 if (objSignature != null && objSignature instanceof SignatureEntity) in endElement()
927 ((SignatureEntity)objSignature).setReferenceNumber(); in endElement()

Completed in 24 milliseconds