()
| 68 | "X509 CRL file", "", Configuration.ConfigurationObject.ConfViewer); |
| 69 | |
| 70 | private void initGlobal() |
| 71 | { |
| 72 | try { |
| 73 | ctx = SSLContext.getInstance("TLS"); |
| 74 | } catch(NoSuchAlgorithmException e) { |
| 75 | throw new Exception(e.toString()); |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | public CSecurityTLS(boolean _anon) |
| 80 | { |