|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSHKeyType | |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.ssh |
Uses of SSHKeyType in com.openshift.client |
---|
Methods in com.openshift.client that return SSHKeyType | |
---|---|
static SSHKeyType |
SSHKeyType.getByJSchKeyType(int jschKeyType)
|
static SSHKeyType |
SSHKeyType.getByJSchKeyType(com.jcraft.jsch.KeyPair keyPair)
|
static SSHKeyType |
SSHKeyType.getByTypeId(String keyTypeId)
|
SSHKeyType |
ISSHPublicKey.getKeyType()
Returns the type of the key (ssh-rsa or ssh-dss) |
static SSHKeyType |
SSHKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SSHKeyType[] |
SSHKeyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.openshift.client with parameters of type SSHKeyType | |
---|---|
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. |
void |
IOpenShiftSSHKey.setKeyType(SSHKeyType type,
String publicKey)
Sets the new type and public key of this ssh key to the OpenShift PaaS |
Uses of SSHKeyType in com.openshift.internal.client |
---|
Methods in com.openshift.internal.client that return SSHKeyType | |
---|---|
SSHKeyType |
SSHKeyResource.getKeyType()
|
Methods in com.openshift.internal.client with parameters of type SSHKeyType | |
---|---|
void |
SSHKeyResource.setKeyType(SSHKeyType type,
String publicKey)
|
Uses of SSHKeyType in com.openshift.internal.client.ssh |
---|
Methods in com.openshift.internal.client.ssh that return SSHKeyType | |
---|---|
SSHKeyType |
AbstractSSHKey.getKeyType()
|
Methods in com.openshift.internal.client.ssh with parameters of type SSHKeyType | |
---|---|
protected void |
AbstractSSHKey.setKeyType(SSHKeyType keyType)
|
Constructors in com.openshift.internal.client.ssh with parameters of type SSHKeyType | |
---|---|
AbstractSSHKey(SSHKeyType sshKeyType)
|
|
OpenShift Java Client 2.5.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |