We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553bda8 commit 4ed15d3Copy full SHA for 4ed15d3
hub/src/main/java/ch/iterate/hub/crypto/KeyHelper.java
@@ -25,7 +25,7 @@
25
import ch.iterate.hub.crypto.exceptions.NotECKeyException;
26
import com.google.common.io.BaseEncoding;
27
28
-public class KeyHelper {
+public final class KeyHelper {
29
30
// adapted from org.cryptomator.ui.keyloading.hub.HubKeyLoadingModule
31
public static String getDeviceIdFromDeviceKeyPair(final ECKeyPair deviceKeyPair) {
0 commit comments