jdk/src/share/classes/sun/security/ssl/JsseJce.java
changeset 14665 8caa5add16ed
parent 14664 e71aa0962e70
child 16045 9d08c3b9a6a0
equal deleted inserted replaced
14664:e71aa0962e70 14665:8caa5add16ed
    52  *
    52  *
    53  * @author  Andreas Sterbenz
    53  * @author  Andreas Sterbenz
    54  */
    54  */
    55 final class JsseJce {
    55 final class JsseJce {
    56 
    56 
    57     private final static Debug debug = Debug.getInstance("ssl");
       
    58 
       
    59     private final static ProviderList fipsProviderList;
    57     private final static ProviderList fipsProviderList;
    60 
    58 
    61     // Flag indicating whether EC crypto is available.
    59     // Flag indicating whether EC crypto is available.
    62     // If null, then we have not checked yet.
    60     // If null, then we have not checked yet.
    63     // If yes, then all the EC based crypto we need is available.
    61     // If yes, then all the EC based crypto we need is available.