我正在尝试使用证书固定。我的应用程序使用DownloadManager
下载文件。我想知道我是否会使用DownloadManager
来支持我在android manifest和network_security_config.xml
中固定的证书。如果不是,那么下载方法将使用证书固定
这是我的network-security-config
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config>
<domain includeSubdomains="true">example.com</domain>
<pin-set>
<pin digest="SHA-256">7HIpactkIAq2Y49orFOOQKurWxmmSFZhBCoQYcRhJ3Y=</pin>
<!-- backup pin -->
<pin digest="SHA-256">fwza0LRMXouZHRC8Ei+4PyuldPDcf3UKgO/04cDM1oE=</pin>
</pin-set>
</domain-config>
</network-security-config>
这些摘要并不真实。