mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-11 10:58:26 +00:00
8029181: ts.sh generates invalid file after JDK-8027026
Reviewed-by: vinnie, mullan
This commit is contained in:
parent
7c4cc7e6ab
commit
d4a597432b
@ -202,7 +202,7 @@ public class TimestampCheck {
|
||||
SignerInfo signerInfo = new SignerInfo(
|
||||
new X500Name(signer.getIssuerX500Principal().getName()),
|
||||
signer.getSerialNumber(),
|
||||
aid, AlgorithmId.get("DSA"), sig.sign());
|
||||
aid, AlgorithmId.get("RSA"), sig.sign());
|
||||
|
||||
SignerInfo[] signerInfos = {signerInfo};
|
||||
PKCS7 p7 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user