mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8371296: Refactor tests to use PEM API (Phase 1) - Fix WriteP12Test failure
Reviewed-by: ascarpino
This commit is contained in:
parent
146f8a83f9
commit
463f5dc112
@ -133,7 +133,7 @@ public class WriteP12Test {
|
||||
|
||||
public static void main(String[] args) throws UnrecoverableKeyException,
|
||||
KeyStoreException, NoSuchProviderException,
|
||||
NoSuchAlgorithmException, IOException {
|
||||
NoSuchAlgorithmException, IOException, CertificateException {
|
||||
WriteP12Test jstest = new WriteP12Test();
|
||||
out.println("test WriteP12CertChain");
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user