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 StringgetPublicKey(String privateSshKey, String privateSshKeyPassphrase)static StringtoSshString(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:
 IOExceptionorg.apache.commons.lang.NotImplementedException
 
 - 
 
 -