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 RSA/DSA private key in a PEM format intoKeyPair.- Throws:
IOExceptionGeneralSecurityException
-
loadKey
- Throws:
IOExceptionGeneralSecurityException
-
loadKey
public static KeyPair loadKey(String pemString, String passwd) throws IOException, GeneralSecurityException Loads RSA/DSA private key in a PEM format intoKeyPair.- Throws:
IOExceptionGeneralSecurityException
-
loadKey
- Throws:
IOExceptionGeneralSecurityException
-