public final class HostKey extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm()
Get the algorithm used during key generation.
|
String |
getFingerprint() |
byte[] |
getKey()
Get the unencoded content of the key, without any algorithm prefix.
|
int |
hashCode() |
public HostKey(String algorithm, byte[] key)
public String getAlgorithm()
public byte[] getKey()
public String getFingerprint()
Copyright © 2016–2018. All rights reserved.