Class ExtInfoClientFactory

  • All Implemented Interfaces:
    Factory<KeyExchange>, Factory.Named<KeyExchange>

    public class ExtInfoClientFactory
    extends java.lang.Object
    implements 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.
    • Method Summary

      Modifier and Type Method Description
      KeyExchange create()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtInfoClientFactory

        public ExtInfoClientFactory()