Package com.trilead.ssh2.signature
Class KeyAlgorithmManager
- java.lang.Object
-
- com.trilead.ssh2.signature.KeyAlgorithmManager
-
public final class KeyAlgorithmManager extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>>
supportedAlgorithms
-
Constructor Summary
Constructors Modifier Constructor Description private
KeyAlgorithmManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>>
buildSupportAlgorithmsList()
static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>>
getSupportedAlgorithms()
-
-
-
Field Detail
-
supportedAlgorithms
private static final java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>> supportedAlgorithms
-
-
Method Detail
-
getSupportedAlgorithms
public static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>> getSupportedAlgorithms()
-
buildSupportAlgorithmsList
private static java.util.Collection<KeyAlgorithm<java.security.PublicKey,java.security.PrivateKey>> buildSupportAlgorithmsList()
-
-