| File was renamed from sdk/src/org/opends/sdk/util/SSLUtils.java |
| | |
| | | package org.opends.sdk.util; |
| | | package com.sun.opends.sdk.util; |
| | | |
| | | import java.security.KeyManagementException; |
| | | import java.security.NoSuchAlgorithmException; |
| | |
| | | */ |
| | | public class SSLUtils |
| | | { |
| | | private static String PROVIDER = |
| | | System.getProperty("org.opends.security.provider"); |
| | | private static String KEY_STORE = |
| | | System.getProperty("javax.net.ssl.keyStore"); |
| | | |
| | | { |
| | | |
| | | } |
| | | public static SSLContext getSSLContext(TrustManager trustManager, |
| | | KeyManager keyManager) |
| | | throws KeyManagementException, NoSuchAlgorithmException { |