Package net.schmizz.sshj.transport.kex
Class ECDHNistP.Factory521
java.lang.Object
net.schmizz.sshj.transport.kex.ECDHNistP.Factory521
- All Implemented Interfaces:
Factory<KeyExchange>
,Factory.Named<KeyExchange>
- Enclosing class:
ECDHNistP
Named factory for ECDHNistP key exchange
-
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
-
Factory521
public Factory521()
-
-
Method Details
-
create
- Specified by:
create
in interfaceFactory<KeyExchange>
- Returns:
- a new object created using this factory.
-
getName
- Specified by:
getName
in interfaceFactory.Named<KeyExchange>
- Returns:
- the name of this factory.
-