提交 e2bd731b 编写于 作者: A asaha

8186503: sun/security/tools/jarsigner/DefaultSigalg.java failed after backport to JDK 6/7/8

Reviewed-by: bgopularam
上级 6dde99c8
......@@ -1714,7 +1714,8 @@ public final class Main {
// hardcode for now as DEF_RSA_KEY_SIZE is still 1024
keysize = 2048; // SecurityProviderConstants.DEF_RSA_KEY_SIZE;
} else if ("DSA".equalsIgnoreCase(keyAlgName)) {
keysize = SecurityProviderConstants.DEF_DSA_KEY_SIZE;
// hardcode for now as DEF_DSA_KEY_SIZE is still 1024
keysize = 2048;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册