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

Commit bb1b56ab authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Correct the description for getKeyCharacteristics" am: e8d43f7e

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1723364

Change-Id: Id1c5e9c7b4c6610995a83f779ffc9434e20e3fbd
parents d7ad17bd e8d43f7e
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -805,9 +805,10 @@ interface IKeyMintDevice {
    byte[] convertStorageKeyToEphemeral(in byte[] storageKeyBlob);

    /**
     * Returns parameters associated with the provided key. This should match the
     * KeyCharacteristics present in the KeyCreationResult returned by generateKey(),
     * importKey(), or importWrappedKey().
     * Returns KeyMint-enforced parameters associated with the provided key. The returned tags are
     * a subset of KeyCharacteristics found in the KeyCreationResult returned by generateKey(),
     * importKey(), or importWrappedKey(). The returned value is a subset, as it does not include
     * any Keystore-enforced parameters.
     *
     * @param keyBlob The opaque descriptor returned by generateKey, importKey or importWrappedKey.
     *