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 classBaseKeyAlgorithmMethods in com.hierynomus.sshj.key that return KeyAlgorithm Modifier and Type Method Description KeyAlgorithmKeyAlgorithms.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. keyAlgorithmsMethods 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 forKeyAlgorithmjava.util.List<Factory.Named<KeyAlgorithm>>ConfigImpl. getKeyAlgorithms()Method parameters in net.schmizz.sshj with type arguments of type KeyAlgorithm Modifier and Type Method Description voidConfig. setKeyAlgorithms(java.util.List<Factory.Named<KeyAlgorithm>> keyAlgorithms)Set the named factories forKeyAlgorithm.voidConfigImpl. 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 KeyAlgorithmTransportImpl. hostKeyAlgorithmMethods in net.schmizz.sshj.transport that return KeyAlgorithm Modifier and Type Method Description KeyAlgorithmTransport. getHostKeyAlgorithm()KeyAlgorithmTransportImpl. 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 voidTransportImpl. 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. availableMethods in net.schmizz.sshj.userauth.method that return KeyAlgorithm Modifier and Type Method Description private KeyAlgorithmKeyedAuthMethod. getPublicKeyAlgorithm(KeyType keyType)
-