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

/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java84 private static DigestMethod sha1, sha256, sha384, sha512; field in class:GenerationTests
160 sha256 = fac.newDigestMethod(DigestMethod.SHA256, null);
172 ("http://www.w3.org/2001/04/xmldsig-more#rsa-sha256", null);
240 System.out.println("* Generating signature-enveloping-sha256-dsa.xml");
242 (sha256, dsaSha1, dsa, signingKey, kvks, false);
264 System.out.println("* Generating signature-enveloping-hmac-sha256.xml");
266 ("http://www.w3.org/2001/04/xmldsig-more#hmac-sha256", null);

Completed in 935 milliseconds