Package org.glassfish.security.common
Class CipherInfo
java.lang.Object
org.glassfish.security.common.CipherInfo
This class represents the information associated to ciphers.
It also maintains a HashMap from configName to CipherInfo.
- Author:
- Shing Wai Chan
-
Method Summary
Modifier and TypeMethodDescriptionstatic CipherInfogetCipherInfo(String configName) booleanisSSL2()booleanisSSL3()booleanisTLS()
-
Method Details
-
getCipherInfo
-
getConfigName
-
getCipherName
-
isSSL2
public boolean isSSL2() -
isSSL3
public boolean isSSL3() -
isTLS
public boolean isTLS()
-