Searched defs:keyTypes (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyChain.java227 * <p>{@code keyTypes} and {@code issuers} may be used to
244 * @param keyTypes The acceptable types of asymmetric keys such as
256 String[] keyTypes, Principal[] issuers,
260 * TODO currently keyTypes, issuers are unused. They are meant
264 * keyTypes would allow the list to be filtered and typically
255 choosePrivateKeyAlias(Activity activity, KeyChainAliasCallback response, String[] keyTypes, Principal[] issuers, String host, int port, String alias) argument
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java793 String[] keyTypes, Principal[] principals, String host, int port) {
795 mKeyTypes = keyTypes;
842 String[] keyTypes, Principal[] principals, String host, int port) {
846 keyTypes, principals, host, port);
791 ClientCertRequestImpl( AwContentsClientBridge.ClientCertificateRequestCallback callback, String[] keyTypes, Principal[] principals, String host, int port) argument
840 onReceivedClientCertRequest( AwContentsClientBridge.ClientCertificateRequestCallback callback, String[] keyTypes, Principal[] principals, String host, int port) argument

Completed in 48 milliseconds