Uses of Interface
com.hierynomus.sshj.key.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description com.hierynomus.sshj.key net.schmizz.sshj net.schmizz.sshj.transport net.schmizz.sshj.userauth.method -
-
Uses of KeyAlgorithm in com.hierynomus.sshj.key
Classes in com.hierynomus.sshj.key that implement KeyAlgorithm Modifier and Type Class Description class
BaseKeyAlgorithm
Methods in com.hierynomus.sshj.key that return KeyAlgorithm Modifier and Type Method Description KeyAlgorithm
KeyAlgorithms.Factory. create()
-
Uses of KeyAlgorithm in net.schmizz.sshj
Fields in net.schmizz.sshj with type parameters of type KeyAlgorithm Modifier and Type Field Description private java.util.List<Factory.Named<KeyAlgorithm>>
ConfigImpl. keyAlgorithms
Methods in net.schmizz.sshj that return types with arguments of type KeyAlgorithm Modifier and Type Method Description java.util.List<Factory.Named<KeyAlgorithm>>
Config. getKeyAlgorithms()
Retrieve the list of named factories forKeyAlgorithm
java.util.List<Factory.Named<KeyAlgorithm>>
ConfigImpl. getKeyAlgorithms()
Method parameters in net.schmizz.sshj with type arguments of type KeyAlgorithm Modifier and Type Method Description void
Config. setKeyAlgorithms(java.util.List<Factory.Named<KeyAlgorithm>> keyAlgorithms)
Set the named factories forKeyAlgorithm
.void
ConfigImpl. setKeyAlgorithms(java.util.List<Factory.Named<KeyAlgorithm>> keyAlgorithms)
-
Uses of KeyAlgorithm in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as KeyAlgorithm Modifier and Type Field Description private KeyAlgorithm
TransportImpl. hostKeyAlgorithm
Methods in net.schmizz.sshj.transport that return KeyAlgorithm Modifier and Type Method Description KeyAlgorithm
Transport. getHostKeyAlgorithm()
KeyAlgorithm
TransportImpl. getHostKeyAlgorithm()
Methods in net.schmizz.sshj.transport that return types with arguments of type KeyAlgorithm Modifier and Type Method Description java.util.List<KeyAlgorithm>
Transport. getClientKeyAlgorithms(KeyType keyType)
java.util.List<KeyAlgorithm>
TransportImpl. getClientKeyAlgorithms(KeyType keyType)
Methods in net.schmizz.sshj.transport with parameters of type KeyAlgorithm Modifier and Type Method Description void
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 KeyAlgorithm Modifier and Type Field Description private java.util.Queue<KeyAlgorithm>
KeyedAuthMethod. available
Methods in net.schmizz.sshj.userauth.method that return KeyAlgorithm Modifier and Type Method Description private KeyAlgorithm
KeyedAuthMethod. getPublicKeyAlgorithm(KeyType keyType)
-