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

Commit 4241a286 authored by Roshan Pius's avatar Roshan Pius
Browse files

AndroidKeyStoreProvider: Add @throws documentation

Bug: 144791977
Test: Compiles
Change-Id: I9f19e30d58b1b7d504f9e8f7e79dd71a38f81357
parent 866e9111
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -400,6 +400,12 @@ public class AndroidKeyStoreProvider extends Provider {
     *
     * <p>Note: the returned {@code KeyStore} is already initialized/loaded. Thus, there is
     * no need to invoke {@code load} on it.
     *
     * @param uid Uid for which the keystore provider is requested.
     * @throws KeyStoreException if a KeyStoreSpi implementation for the specified type is not
     * available from the specified provider.
     * @throws NoSuchProviderException If the specified provider is not registered in the security
     * provider list.
     * @hide
     */
    @SystemApi