org.apache.openejb.client
Class SSLContextBuilder

java.lang.Object
  extended by org.apache.openejb.client.SSLContextBuilder

public class SSLContextBuilder
extends Object


Constructor Summary
SSLContextBuilder(Map<String,String> params)
           
 
Method Summary
 SSLContext build()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLContextBuilder

public SSLContextBuilder(Map<String,String> params)
Method Detail

build

public SSLContext build()
                 throws NoSuchAlgorithmException,
                        KeyManagementException
Throws:
NoSuchAlgorithmException
KeyManagementException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.