Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b4a0539 authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Add missing @NonNull annotation to AndroidKeyStoreProvider method.

Bug: 73959762
Test: none
Change-Id: I2298c8fe0893032f374629a5af128474ba0f679c
parent 9cd3e43d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -339,6 +339,7 @@ public class AndroidKeyStoreProvider extends Provider {
        return new AndroidKeyStoreSecretKey(secretKeyAlias, uid, keyAlgorithmString);
    }

    @NonNull
    public static AndroidKeyStoreKey loadAndroidKeyStoreKeyFromKeystore(
            @NonNull KeyStore keyStore, @NonNull String userKeyAlias, int uid)
            throws UnrecoverableKeyException  {