Uses of Interface
com.hierynomus.sshj.key.KeyAlgorithm
Packages that use KeyAlgorithm
Package
Description
-
Uses of KeyAlgorithm in com.hierynomus.sshj.key
Classes in com.hierynomus.sshj.key that implement KeyAlgorithmMethods in com.hierynomus.sshj.key that return KeyAlgorithm -
Uses of KeyAlgorithm in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type KeyAlgorithmModifier and TypeFieldDescriptionprivate List
<Factory.Named<KeyAlgorithm>> ConfigImpl.keyAlgorithms
Methods in net.schmizz.sshj that return types with arguments of type KeyAlgorithmModifier and TypeMethodDescriptionConfig.getKeyAlgorithms()
Retrieve the list of named factories forKeyAlgorithm
ConfigImpl.getKeyAlgorithms()
Method parameters in net.schmizz.sshj with type arguments of type KeyAlgorithmModifier and TypeMethodDescriptionvoid
Config.setKeyAlgorithms
(List<Factory.Named<KeyAlgorithm>> keyAlgorithms) Set the named factories forKeyAlgorithm
.void
ConfigImpl.setKeyAlgorithms
(List<Factory.Named<KeyAlgorithm>> keyAlgorithms) -
Uses of KeyAlgorithm in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as KeyAlgorithmMethods in net.schmizz.sshj.transport that return KeyAlgorithmModifier and TypeMethodDescriptionTransport.getHostKeyAlgorithm()
TransportImpl.getHostKeyAlgorithm()
Methods in net.schmizz.sshj.transport that return types with arguments of type KeyAlgorithmModifier and TypeMethodDescriptionTransport.getClientKeyAlgorithms
(KeyType keyType) TransportImpl.getClientKeyAlgorithms
(KeyType keyType) Methods in net.schmizz.sshj.transport with parameters of type KeyAlgorithmModifier and TypeMethodDescriptionvoid
TransportImpl.setHostKeyAlgorithm
(KeyAlgorithm keyAlgorithm) -
Uses of KeyAlgorithm in net.schmizz.sshj.userauth.method
Fields in net.schmizz.sshj.userauth.method with type parameters of type KeyAlgorithmMethods in net.schmizz.sshj.userauth.method that return KeyAlgorithmModifier and TypeMethodDescriptionprivate KeyAlgorithm
KeyedAuthMethod.getPublicKeyAlgorithm
(KeyType keyType)