< prev index next >

test/sun/security/util/Oid/OidFormat.java

Print this page

        

*** 26,35 **** --- 26,37 ---- * @author Weijun Wang * @bug 6418422 * @bug 6418425 * @bug 6418433 * @summary ObjectIdentifier should reject 1.2.3.-4 and throw IOException on all format errors + * @modules java.base/sun.security.util + * java.security.jgss */ import java.io.IOException; import java.security.NoSuchAlgorithmException; import org.ietf.jgss.GSSException;
< prev index next >