Android N does not support "Crypto" provider any more.
Solution:
Switch to use SecretKeySpec to load raw key bytes directly for N if want to decrypt old info.
The raw key bytes can be got by previous platform.
Solution:
Switch to use SecretKeySpec to load raw key bytes directly for N if want to decrypt old info.
The raw key bytes can be got by previous platform.
Android N 系统不再支持 Crypto 提供者。为了解决这一问题,可以通过 SecretKeySpec 加载原始密钥字节来直接解密旧信息。原始密钥字节可以通过之前的平台获取。
1万+

被折叠的 条评论
为什么被折叠?



