org.jboss.test.util
Class SecurityProviderUtil

java.lang.Object
  extended by org.jboss.test.util.SecurityProviderUtil

public class SecurityProviderUtil
extends Object

Util class that deals with Security Providers as part of the JVM

Since:
Aug 8, 2006
Version:
$Revision$
Author:
Anil Saldhana

Constructor Summary
SecurityProviderUtil()
           
 
Method Summary
static Provider getJSSEProvider()
          Get a JSSE Security Provider
static String getProtocolHandlerName()
          Get the https protocl handler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityProviderUtil

public SecurityProviderUtil()
Method Detail

getJSSEProvider

public static Provider getJSSEProvider()
Get a JSSE Security Provider

Returns:
the provider

getProtocolHandlerName

public static String getProtocolHandlerName()
Get the https protocl handler

Returns:
the protocol handler name


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.