public class SVNSSHPrivateKeyUtil extends Object
Constructor and Description |
---|
SVNSSHPrivateKeyUtil() |
Modifier and Type | Method and Description |
---|---|
static com.trilead.ssh2.auth.AgentProxy |
createOptionalSSHAgentProxy() |
static boolean |
isValidPrivateKey(char[] privateKey,
char[] passphrase) |
static boolean |
isValidPrivateKey(char[] privateKey,
String passphrase)
Deprecated.
|
static char[] |
readPrivateKey(File privateKey) |
public static com.trilead.ssh2.auth.AgentProxy createOptionalSSHAgentProxy()
public static char[] readPrivateKey(File privateKey)
public static boolean isValidPrivateKey(char[] privateKey, String passphrase)
public static boolean isValidPrivateKey(char[] privateKey, char[] passphrase)
Copyright © 2023. All rights reserved.