Searched refs:objSignature (Results 1 – 1 of 1) sorted by relevance
482 Object objSignature = m_currentPath.peek(); in checkSecurityElement() local484 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() local925 if (objSignature != null && objSignature instanceof SignatureEntity) in endElement()927 ((SignatureEntity)objSignature).setReferenceNumber(); in endElement()
Completed in 17 milliseconds