| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Key key1,
Key key2)
Check two keys for equality.
|
static String |
fingerprint(Key key)
Returns the MD5 fingerprint of a key formatted in the normal way for key fingerprints
|
public static boolean equals(Key key1, Key key2)
key1 - the first key.key2 - the second key.true if we can confirm that the two keys are identical, false otherwise.@Nonnull public static String fingerprint(@CheckForNull Key key)
key - the key.Copyright © 2004–2018. All rights reserved.