< prev index next >

src/java.base/share/classes/sun/security/provider/DSA.java

Print this page
rev 51977 : [mq]: 8200381-Typos-in-javadoc-missing-verb-be-and-alike

*** 103,113 **** /** * Construct a blank DSA object that will use the specified * signature format. {@code p1363Format} should be {@code true} to * use the IEEE P1363 format. If {@code p1363Format} is {@code false}, ! * the DER-encoded ASN.1 format will used. The DSA object must be * initialized before being usable for signing or verifying. */ DSA(MessageDigest md, boolean p1363Format) { super(); this.md = md; --- 103,113 ---- /** * Construct a blank DSA object that will use the specified * signature format. {@code p1363Format} should be {@code true} to * use the IEEE P1363 format. If {@code p1363Format} is {@code false}, ! * the DER-encoded ASN.1 format will be used. The DSA object must be * initialized before being usable for signing or verifying. */ DSA(MessageDigest md, boolean p1363Format) { super(); this.md = md;
< prev index next >