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
  • Method Details

    • 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()