public class KnownHostEntry extends Object
Constructor and Description |
---|
KnownHostEntry() |
KnownHostEntry(String hostName,
String keyType,
String keyValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHostName() |
String |
getKeyType() |
String |
getKeyValue() |
int |
hashCode() |
void |
setHostName(String hostName) |
void |
setKeyType(String keyType) |
void |
setKeyValue(String keyValue) |
Copyright © 2003-2014 The Apache Software Foundation. All Rights Reserved.