Class SshKeyUtil

java.lang.Object
com.oracle.cloud.baremetal.jenkins.SshKeyUtil

public class SshKeyUtil extends Object
  • Constructor Details

    • SshKeyUtil

      public SshKeyUtil()
  • Method Details

    • 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