Merge "Update the java doc of AndroidKeyStoreProvider#getKeyStoreOperationHandle to support Signature object" into sc-dev am: b4e9cab136

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

Change-Id: I2cd2d9136592f138b1802344814d68e25265360f
This commit is contained in:
TreeHugger Robot
2021-06-23 14:27:52 +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 * Gets the {@link KeyStore} operation handle corresponding to the provided JCA crypto
* primitive. * 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 * @return KeyStore operation handle or {@code 0} if the provided primitive's KeyStore operation
* is not in progress. * is not in progress.