tigase.io
Class TLSUtil

java.lang.Object
  extended by tigase.io.TLSUtil

public abstract class TLSUtil
extends Object

Describe class TLSUtil here. Created: Mon Jan 23 14:21:31 2006

Version:
$Rev: 2996 $
Author:
Artur Hefczyc

Constructor Summary
TLSUtil()
           
 
Method Summary
static void addCertificate(Map<String,String> params)
          Method description
static void configureSSLContext(Map<String,Object> params)
          Method description
static SSLContext getSSLContext(String protocol, String hostname)
          Method description
static KeyStore getTrustStore()
          Method description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TLSUtil

public TLSUtil()
Method Detail

addCertificate

public static void addCertificate(Map<String,String> params)
                           throws CertificateParsingException
Method description

Parameters:
params -
Throws:
CertificateParsingException

configureSSLContext

public static void configureSSLContext(Map<String,Object> params)
Method description

Parameters:
params -

getSSLContext

public static SSLContext getSSLContext(String protocol,
                                       String hostname)
Method description

Parameters:
protocol -
hostname -
Returns:

getTrustStore

public static KeyStore getTrustStore()
Method description

Returns:


Copyright © 2012 Tigase. All Rights Reserved.