Package | Description |
---|---|
com.openshift.client | |
com.openshift.internal.client | |
com.openshift.internal.client.ssh |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
SSHKeyType |
SSHKeyResource.getKeyType() |
Modifier and Type | Method and Description |
---|---|
void |
SSHKeyResource.setKeyType(SSHKeyType type,
String publicKey) |
Modifier and Type | Method and Description |
---|---|
SSHKeyType |
AbstractSSHKey.getKeyType() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSSHKey.setKeyType(SSHKeyType keyType) |
Constructor and Description |
---|
AbstractSSHKey(SSHKeyType sshKeyType) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.