org.glassfish.security.common
Class CipherInfo

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

public class CipherInfo
extends java.lang.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(java.lang.String configName)
           
 java.lang.String getCipherName()
           
 java.lang.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(java.lang.String configName)

getConfigName

public java.lang.String getConfigName()

getCipherName

public java.lang.String getCipherName()

isSSL2

public boolean isSSL2()

isSSL3

public boolean isSSL3()

isTLS

public boolean isTLS()


Copyright © 2012 GlassFish Community. All Rights Reserved.