Class KnownHostMatchers
- java.lang.Object
-
- com.hierynomus.sshj.transport.verification.KnownHostMatchers
-
public class KnownHostMatchers extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classKnownHostMatchers.AnyHostMatcherprivate static classKnownHostMatchers.EquiHostMatcherprivate static classKnownHostMatchers.HashedHostMatcherstatic interfaceKnownHostMatchers.HostMatcherprivate static classKnownHostMatchers.NegateHostMatcherprivate static classKnownHostMatchers.WildcardHostMatcher
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Loggerlog
-
Constructor Summary
Constructors Constructor Description KnownHostMatchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KnownHostMatchers.HostMatchercreateMatcher(java.lang.String hostEntry)
-
-
-
Method Detail
-
createMatcher
public static KnownHostMatchers.HostMatcher createMatcher(java.lang.String hostEntry) throws SSHException
- Throws:
SSHException
-
-