diff options
author | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-01 13:05:19 +0000 |
---|---|---|
committer | harald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-01 13:05:19 +0000 |
commit | 1461991a0b7482dff77161c14cf37eb131029351 (patch) | |
tree | 984cbe6c0e07e837d61ce8997c42101795c81ccd /id.server/src/at/gv/egovernment/moa | |
parent | 75cd470f24c70af04921c7e5116a41b67a196f43 (diff) | |
download | moa-id-spss-1461991a0b7482dff77161c14cf37eb131029351.tar.gz moa-id-spss-1461991a0b7482dff77161c14cf37eb131029351.tar.bz2 moa-id-spss-1461991a0b7482dff77161c14cf37eb131029351.zip |
Updated for IAIK MOA 1.20
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@881 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa')
-rw-r--r-- | id.server/src/at/gv/egovernment/moa/id/util/SSLUtils.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/util/SSLUtils.java b/id.server/src/at/gv/egovernment/moa/id/util/SSLUtils.java index 9bdf8a20e..9fa0803c4 100644 --- a/id.server/src/at/gv/egovernment/moa/id/util/SSLUtils.java +++ b/id.server/src/at/gv/egovernment/moa/id/util/SSLUtils.java @@ -18,7 +18,11 @@ import java.security.Security; import java.util.HashMap; import java.util.Map; +import javax.net.ssl.HttpsURLConnection; +import javax.net.ssl.KeyManager; +import javax.net.ssl.SSLContext; import javax.net.ssl.SSLSocketFactory; +import javax.net.ssl.TrustManager; import org.apache.regexp.RE; import org.apache.regexp.RESyntaxException; @@ -30,10 +34,6 @@ import at.gv.egovernment.moa.id.iaik.config.PKIConfigurationImpl; import at.gv.egovernment.moa.id.iaik.pki.PKIProfileImpl; import at.gv.egovernment.moa.id.iaik.pki.jsse.MOAIDTrustManager; import at.gv.egovernment.moa.logging.Logger; -import com.sun.net.ssl.HttpsURLConnection; -import com.sun.net.ssl.KeyManager; -import com.sun.net.ssl.SSLContext; -import com.sun.net.ssl.TrustManager; /** * Utility for a obtaining a secure socket factory using <code>IAIKX509TrustManager</code>. |