Class SshKeyUtil
java.lang.Object
com.oracle.cloud.baremetal.jenkins.SshKeyUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPublicKey(String privateSshKey, String privateSshKeyPassphrase) static StringtoSshString(RSAPublicKey key)
-
Constructor Details
-
SshKeyUtil
public SshKeyUtil()
-
-
Method Details
-
toSshString
-
getPublicKey
public static String getPublicKey(String privateSshKey, String privateSshKeyPassphrase) throws IOException, org.apache.commons.lang.NotImplementedException - Throws:
IOExceptionorg.apache.commons.lang.NotImplementedException
-