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 class
KnownHostMatchers.AnyHostMatcher
private static class
KnownHostMatchers.EquiHostMatcher
private static class
KnownHostMatchers.HashedHostMatcher
static interface
KnownHostMatchers.HostMatcher
private static class
KnownHostMatchers.NegateHostMatcher
private static class
KnownHostMatchers.WildcardHostMatcher
-
Constructor Summary
Constructors Constructor Description KnownHostMatchers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KnownHostMatchers.HostMatcher
createMatcher(java.lang.String hostEntry)
-
-
-
Method Detail
-
createMatcher
public static KnownHostMatchers.HostMatcher createMatcher(java.lang.String hostEntry) throws SSHException
- Throws:
SSHException
-
-