Package com.trilead.ssh2.jenkins
Class FilterEncrytionAlgorithms
java.lang.Object
com.trilead.ssh2.jenkins.FilterEncrytionAlgorithms
Filter encryption algorithms.
The reason for this filter is that some algorithms have security issues.
The filter can be disabled by setting the system property
com.trilead.ssh2.jenkins.FilterEncrytionAlgorithms.enabled to false.
The list of algorithms to filter can be set by setting the system property
com.trilead.ssh2.jenkins.FilterEncrytionAlgorithms.algorithms (e.g. type01,type02,type03).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FilterEncrytionAlgorithms
public FilterEncrytionAlgorithms()
-
-
Method Details
-
filter
Filter algorithms.- Parameters:
algorithms- The algorithms to filter.- Returns:
- The filtered algorithms.
-