Uses of Class
com.trilead.ssh2.signature.KeyAlgorithm
-
Packages that use KeyAlgorithm Package Description com.trilead.ssh2.signature -
-
Uses of KeyAlgorithm in com.trilead.ssh2.signature
Subclasses of KeyAlgorithm in com.trilead.ssh2.signature Modifier and Type Class Description class
DSAKeyAlgorithm
class
ECDSAKeyAlgorithm
static class
ECDSAKeyAlgorithm.ECDSASha2Nistp256
static class
ECDSAKeyAlgorithm.ECDSASha2Nistp384
static class
ECDSAKeyAlgorithm.ECDSASha2Nistp521
class
ED25519KeyAlgorithm
class
RSAKeyAlgorithm
Fields in com.trilead.ssh2.signature with type parameters of type KeyAlgorithm Modifier and Type Field Description private static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>>
KeyAlgorithmManager. supportedAlgorithms
Methods in com.trilead.ssh2.signature that return types with arguments of type KeyAlgorithm Modifier and Type Method Description private static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>>
KeyAlgorithmManager. buildSupportAlgorithmsList()
static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>>
KeyAlgorithmManager. getSupportedAlgorithms()
-