Package hudson.cli
Class CLI
java.lang.Object
hudson.cli.CLI
CLI entry point to Jenkins.
-
Method Details
-
main
- Throws:
Exception
-
_main
- Throws:
Exception
-
loadKey
Loads an SSH private key (RSA, DSA, ECDSA or Ed25519) into aKeyPair.- Throws:
IOExceptionGeneralSecurityException
-
loadKey
- Throws:
IOExceptionGeneralSecurityException
-
loadKey
public static KeyPair loadKey(String pemString, String passwd) throws IOException, GeneralSecurityException Loads an SSH private key (RSA, DSA, ECDSA or Ed25519) into aKeyPair.- Throws:
IOExceptionGeneralSecurityException
-
loadKey
- Throws:
IOExceptionGeneralSecurityException
-