| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(Key key1,
Key key2)
Check two keys for equality.
|
static String |
fingerprint(Key key)
Deprecated.
|
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 @Deprecated public static String fingerprint(@CheckForNull Key key)
key - the key.Copyright © 2004–2020. All rights reserved.