Package com.trilead.ssh2.signature
Class KeyAlgorithmManager
- java.lang.Object
-
- com.trilead.ssh2.signature.KeyAlgorithmManager
-
public final class KeyAlgorithmManager extends java.lang.Object
- Author:
- Michael Clarke
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>>
getSupportedAlgorithms()
-
-
-
Method Detail
-
getSupportedAlgorithms
public static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>> getSupportedAlgorithms()
-
-