org.glassfish.security.common
Class CipherInfo

java.lang.Object
  extended by org.glassfish.security.common.CipherInfo

public class CipherInfo
extends Object

This class represents the information associated to ciphers. It also maintains a HashMap from configName to CipherInfo.

Author:
Shing Wai Chan

Method Summary
static CipherInfo getCipherInfo(String configName)
           
 String getCipherName()
           
 String getConfigName()
           
 boolean isSSL2()
           
 boolean isSSL3()
           
 boolean isTLS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCipherInfo

public static CipherInfo getCipherInfo(String configName)

getConfigName

public String getConfigName()

getCipherName

public String getCipherName()

isSSL2

public boolean isSSL2()

isSSL3

public boolean isSSL3()

isTLS

public boolean isTLS()


Copyright © 2012 GlassFish Community. All Rights Reserved.