|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |