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(@NonNull String algorithm, @NonNull byte[] key)
@NonNull public String getAlgorithm()
@NonNull public byte[] getKey()
public String getFingerprint()
Copyright © 2016–2022. All rights reserved.