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

Commit 26da07b9 authored by Dmitry Dementyev's avatar Dmitry Dementyev Committed by android-build-merger
Browse files

Merge "Add missing @NonNull annotation to AndroidKeyStoreProvider method."...

Merge "Add missing @NonNull annotation to AndroidKeyStoreProvider method." into pi-dev am: 799c3a62
am: 266c2c91

Change-Id: I63c60a85ee4739763170e366f432cad10fc31b75
parents 1aeafe32 266c2c91
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  {