Searched refs:sha384 (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
161 sha384 = fac.newDigestMethod
162 ("http://www.w3.org/2001/04/xmldsig-more#sha384", null);
174 ("http://www.w3.org/2001/04/xmldsig-more#rsa-sha384", null);
274 System.out.println("* Generating signature-enveloping-hmac-sha384.xml");
276 ("http://www.w3.org/2001/04/xmldsig-more#hmac-sha384", null);
301 System.out.println("* Generating signature-enveloping-sha384-rsa_sha256.xml");
302 test_create_signature_enveloping(sha384, rsaSha256, rsa,

Completed in 349 milliseconds