Update the java doc of AndroidKeyStoreProvider#getKeyStoreOperationHandle to support Signature object

Bug: 191661889
Test: m droid
Merged-In: Ie65dcfe96f3bb00cc9af4d49e4e1d1f57bde438a
Change-Id: Ie65dcfe96f3bb00cc9af4d49e4e1d1f57bde438a
(cherry picked from commit 507a653a6e)
This commit is contained in:
Victor Chang
2021-06-16 15:57:44 +01:00
parent dc07d29bd0
commit 49a5bb208c

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.