public final class SshUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkPassPhrase(File keyFilePath,
String passPhrase)
Checks to see if the passPhrase is valid for the private key file.
|
static boolean |
isPrivateKeyFileValid(File keyFile)
Does a series of checks in the file to see if it is a valid private key file.
|
public static boolean isPrivateKeyFileValid(File keyFile)
keyFile - the fileCopyright © 2004-2015 Hudson. All Rights Reserved.