< prev index next >

test/jdk/sun/security/pkcs/pkcs8/PKCS8Test.java

Print this page
rev 59383 : [mq]: final

*** 24,46 **** /* * @test * @bug 8048357 * @summary PKCS8 Standards Conformance Tests * @library /test/lib - * @requires (os.family != "solaris") * @modules java.base/sun.security.pkcs * java.base/sun.security.util * java.base/sun.security.provider * java.base/sun.security.x509 * @compile -XDignore.symbol.file PKCS8Test.java * @run main PKCS8Test */ - /* - * Skip Solaris since the DSAPrivateKeys returned by - * SunPKCS11 Provider are not subclasses of PKCS8Key - */ import java.io.IOException; import java.math.BigInteger; import java.security.InvalidKeyException; import java.util.Arrays; import sun.security.pkcs.PKCS8Key; --- 24,41 ----
< prev index next >