org.glassfish.security.common
Class CipherInfo
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.