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

Commit b29fe1eb authored by Seth Moore's avatar Seth Moore Committed by Automerger Merge Worker
Browse files

Correct the description for getKeyCharacteristics am: 8b78dc50

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

Change-Id: Ib20ecd68c08d2af64b51e2f4eadf368d2489505e
parents c980e0f1 8b78dc50
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -813,9 +813,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.
     *