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

Commit 03dd8279 authored by Janis Danisevskis's avatar Janis Danisevskis
Browse files

Add importWrappedKey to IKeystoreService.aidl

Test: pending
Bug: 63931634
Change-Id: If7fde024f9388bd85045902761d8fa7bf1c42e7d
parent 0aadf935
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -78,4 +78,8 @@ interface IKeystoreService {
    int attestKey(String alias, in KeymasterArguments params, out KeymasterCertificateChain chain);
    int attestDeviceIds(in KeymasterArguments params, out KeymasterCertificateChain chain);
    int onDeviceOffBody();
    int importWrappedKey(in String wrappedKeyAlias, in byte[] wrappedKey,
        in String wrappingKeyAlias, in byte[] maskingKey, in KeymasterArguments arguments,
        in long rootSid, in long fingerprintSid,
        out KeyCharacteristics characteristics);
}