X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-it%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fit%2FSSLUtil.java;h=4d232a619a49affd154c46d9fd6aa92ec08592b6;hp=07ca2f134dda4f5910bc4acf11dfd0ba650e4199;hb=1ed653e2399fccfd914215f6cbbbff4328b42e9e;hpb=44c747db358bf0d49434d5f818121286b5928d4a diff --git a/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/SSLUtil.java b/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/SSLUtil.java index 07ca2f134d..4d232a619a 100644 --- a/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/SSLUtil.java +++ b/opendaylight/netconf/netconf-it/src/test/java/org/opendaylight/controller/netconf/it/SSLUtil.java @@ -28,7 +28,7 @@ public final class SSLUtil { } public static SSLContext initializeSecureContext(final String pass, final InputStream ksKeysFile, final InputStream ksTrustFile, - final String algorithm) throws KeyStoreException, NoSuchAlgorithmException, CertificateException, IOException, + final String algorithm) throws KeyStoreException, NoSuchAlgorithmException, CertificateException, IOException, UnrecoverableKeyException, KeyManagementException { Preconditions.checkNotNull(ksTrustFile, "ksTrustFile cannot be null");