Searched defs:XMLDSigWithSecMgr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/xml/crypto/dsig/SecurityManager/
H A DXMLDSigWithSecMgr.java29 * @run main/othervm XMLDSigWithSecMgr
50 public class XMLDSigWithSecMgr implements Runnable { class in inherits:Runnable
104 XMLDSigWithSecMgr() throws Exception { method in class:XMLDSigWithSecMgr
150 ("XMLDSigWithSecMgr signature validation FAILED");
153 throw new Exception("XMLDSigWithSecMgr FAILED", se);
159 new XMLDSigWithSecMgr();

Completed in 48 milliseconds