< prev index next >

test/java/security/spec/EllipticCurveMatch.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /** * @test * @bug 6738532 * @summary Check EllipticCurve.equals() does not compare seed value of curve. * @author Mike StJohns + * @key randomness */ import java.security.spec.*; import java.math.BigInteger; import java.util.Random;
< prev index next >