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, wait
getPublicKey
protected AbstractSSHKey(SSHKeyType sshKeyType)
public SSHKeyType getKeyType()
ISSHPublicKey
getKeyType
in interface ISSHPublicKey
protected void setKeyType(String keyTypeId) throws OpenShiftUnknonwSSHKeyTypeException
protected void setKeyType(SSHKeyType keyType)
Copyright © 2017 JBoss by Red Hat. All rights reserved.