Class SVNSSHPrivateKeyUtil
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.svn.SVNSSHPrivateKeyUtil
-
public class SVNSSHPrivateKeyUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
CONNECTOR_CLASS
private static java.lang.String
CONNECTOR_FACTORY_CLASS
private static java.lang.String
TRILEAD_AGENT_PROXY_CLASS
-
Constructor Summary
Constructors Constructor Description SVNSSHPrivateKeyUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.trilead.ssh2.auth.AgentProxy
createOptionalSSHAgentProxy()
static boolean
isValidPrivateKey(char[] privateKey, char[] passphrase)
static boolean
isValidPrivateKey(char[] privateKey, java.lang.String passphrase)
Deprecated.static char[]
readPrivateKey(java.io.File privateKey)
-
-
-
Field Detail
-
TRILEAD_AGENT_PROXY_CLASS
private static final java.lang.String TRILEAD_AGENT_PROXY_CLASS
- See Also:
- Constant Field Values
-
CONNECTOR_FACTORY_CLASS
private static final java.lang.String CONNECTOR_FACTORY_CLASS
- See Also:
- Constant Field Values
-
CONNECTOR_CLASS
private static final java.lang.String CONNECTOR_CLASS
- See Also:
- Constant Field Values
-
-
Method Detail
-
createOptionalSSHAgentProxy
public static com.trilead.ssh2.auth.AgentProxy createOptionalSSHAgentProxy()
-
readPrivateKey
public static char[] readPrivateKey(java.io.File privateKey)
-
isValidPrivateKey
public static boolean isValidPrivateKey(char[] privateKey, java.lang.String passphrase)
Deprecated.
-
isValidPrivateKey
public static boolean isValidPrivateKey(char[] privateKey, char[] passphrase)
-
-