Class ExtInfoClientFactory
java.lang.Object
com.hierynomus.sshj.transport.kex.ExtInfoClientFactory
- All Implemented Interfaces:
Factory<KeyExchange>
,Factory.Named<KeyExchange>
Stub kex algorithm factory that indicates support for SSH2_MSG_EXT_INFO.
Some servers will not send `rsa-sha2-*` signatures if the client doesn't indicate support.
Note: Since the server sends `ext-info-s` to indicate support, this fake kex algorithm is never negotiated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory
Factory.Named<T>
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory.Named
Factory.Named.Util
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExtInfoClientFactory
public ExtInfoClientFactory()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceFactory.Named<KeyExchange>
- Returns:
- the name of this factory.
-
create
- Specified by:
create
in interfaceFactory<KeyExchange>
- Returns:
- a new object created using this factory.
-