Merge "Update the java doc of AndroidKeyStoreProvider#getKeyStoreOperationHandle to support Signature object" am: 1db6c7327f am: 891ab80b86

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1737097

Change-Id: Ic9fed40751b1721c1946ff3fb6e9fdf301bd47a5
This commit is contained in:
Treehugger Robot
2021-06-21 13:56:50 +00:00
committed by Automerger Merge Worker

View File

@@ -151,7 +151,7 @@ public class AndroidKeyStoreProvider extends Provider {
* Gets the {@link KeyStore} operation handle corresponding to the provided JCA crypto
* primitive.
*
* <p>The following primitives are supported: {@link Cipher} and {@link Mac}.
* <p>The following primitives are supported: {@link Cipher}, {@link Signature} and {@link Mac}.
*
* @return KeyStore operation handle or {@code 0} if the provided primitive's KeyStore operation
* is not in progress.