I have a Process created with ProcessBuilder. It basically is wrapping a keytool command: https://www.tbs-certificates.co.uk/FAQ/en/627.html
after I call processBuilder.start()
, normally my keytool command would ask for the password. How do I input my password after I run processBuilder.start()?