public abstract class AbstractSSHKey extends Object implements ISSHPublicKey
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSSHKey(SSHKeyType sshKeyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SSHKeyType |
getKeyType()
Returns the type of the key (ssh-rsa or ssh-dss)
|
int |
hashCode() |
protected void |
setKeyType(SSHKeyType keyType) |
protected void |
setKeyType(String keyTypeId) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPublicKeyprotected AbstractSSHKey(SSHKeyType sshKeyType)
public SSHKeyType getKeyType()
ISSHPublicKeygetKeyType in interface ISSHPublicKeyprotected void setKeyType(String keyTypeId) throws OpenShiftUnknonwSSHKeyTypeException
protected void setKeyType(SSHKeyType keyType)
Copyright © 2016 JBoss by Red Hat. All rights reserved.