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
Methods in com.trilead.ssh2.signature that return types with arguments of type KeyAlgorithm Modifier and Type Method Description static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>>
KeyAlgorithmManager. getSupportedAlgorithms()
-