Class SshKeyUtil
- java.lang.Object
-
- com.oracle.cloud.baremetal.jenkins.SshKeyUtil
-
public class SshKeyUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description SshKeyUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getPublicKey(String privateSshKey, String privateSshKeyPassphrase)
static String
toSshString(RSAPublicKey key)
-
-
-
Method Detail
-
toSshString
public static String toSshString(RSAPublicKey key)
-
getPublicKey
public static String getPublicKey(String privateSshKey, String privateSshKeyPassphrase) throws IOException, org.apache.commons.lang.NotImplementedException
- Throws:
IOException
org.apache.commons.lang.NotImplementedException
-
-