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

Commit 697c19be authored by Tianjie Xu's avatar Tianjie Xu Committed by Gerrit Code Review
Browse files

Merge "Make AndroidKeyStoreLoadStoreParameter public"

parents d2e7c2e0 c0e116a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,11 +22,11 @@ import java.security.KeyStore.ProtectionParameter;
/**
 * @hide
 */
class AndroidKeyStoreLoadStoreParameter implements KeyStore.LoadStoreParameter {
public class AndroidKeyStoreLoadStoreParameter implements KeyStore.LoadStoreParameter {

    private final int mNamespace;

    AndroidKeyStoreLoadStoreParameter(int namespace) {
    public AndroidKeyStoreLoadStoreParameter(int namespace) {
        mNamespace = namespace;
    }