AndroidKeyStoreProvider: Add @throws documentation
Bug: 144791977 Test: Compiles Change-Id: I9f19e30d58b1b7d504f9e8f7e79dd71a38f81357
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user