Class SVNSSHPrivateKeyUtil
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.svn.SVNSSHPrivateKeyUtil
-
public class SVNSSHPrivateKeyUtil extends java.lang.Object
-
-
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)
-
-
-
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)
-
-