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

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

Merge "Update the java doc of...

Merge "Update the java doc of AndroidKeyStoreProvider#getKeyStoreOperationHandle to support Signature object" am: 1db6c732 am: 891ab80b am: 090add46 am: 00874401

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

Change-Id: Ia4de95d64b96fbedc52e441eb238469ecd45a21b
parents fdaaac74 00874401
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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.