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

Commit 46915d9a authored by Rubin Xu's avatar Rubin Xu Committed by Gerrit Code Review
Browse files

Merge "Add DPM.hasKeyPair()"

parents 2745c788 835170e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ interface IKeyChainService {
    boolean installKeyPair(
        in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias, int uid);
    boolean removeKeyPair(String alias);
    boolean containsKeyPair(String alias);

    // APIs used by Settings
    boolean deleteCaCertificate(String alias);