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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DConstants.java58 public static final String SignatureSpecNS = "http://www.w3.org/2000/09/xmldsig#"; field in class:Constants
187 public static final String ALGO_ID_DIGEST_SHA1 = SignatureSpecNS + "sha1";
214 ElementProxy.setDefaultPrefix(Constants.SignatureSpecNS, newPrefix);
228 return ElementProxy.getDefaultPrefix(Constants.SignatureSpecNS);

Completed in 30 milliseconds