OpenShift Java Client 2.5.0.Final

Uses of Class
com.openshift.client.SSHKeyPair

Packages that use SSHKeyPair
com.openshift.client   
 

Uses of SSHKeyPair in com.openshift.client
 

Methods in com.openshift.client that return SSHKeyPair
static SSHKeyPair SSHKeyPair.create(SSHKeyType type, String passPhrase, String privateKeyPath, String publicKeyPath)
          Creates private and public ssh-rsa keys and stores them to the given paths.
static SSHKeyPair SSHKeyPair.create(String passPhrase, String privateKeyPath, String publicKeyPath)
           
static SSHKeyPair SSHKeyPair.load(String privateKeyPath, String publicKeyPath)
          Loads existing private and public ssh key from the given paths.
 


OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.