Searched defs:sha512 (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/test/javax/xml/crypto/dsig/ |
H A D | GenerationTests.java | 84 private static DigestMethod sha1, sha256, sha384, sha512; field in class:GenerationTests 163 sha512 = fac.newDigestMethod(DigestMethod.SHA512, null); 176 ("http://www.w3.org/2001/04/xmldsig-more#rsa-sha512", null); 284 System.out.println("* Generating signature-enveloping-hmac-sha512.xml"); 286 ("http://www.w3.org/2001/04/xmldsig-more#hmac-sha512", null); 309 System.out.println("* Generating signature-enveloping-sha512-rsa_sha384.xml"); 310 test_create_signature_enveloping(sha512, rsaSha384, rsa1024, 317 System.out.println("* Generating signature-enveloping-sha512-rsa_sha512.xml"); 318 test_create_signature_enveloping(sha512, rsaSha512, rsa1024,
|
Completed in 131 milliseconds