本文介绍了Android的加密库FIPS验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想知道的,是Android的加密库( javax.crypto中
)的?
I want to know, is the android's cryptography library (javax.crypto
) "validated to FIPS 140-2"?
我需要为这FIPS是很重要的一个具体的产品。
I need for a specific product which FIPS is important.
推荐答案
没有, javax.crypto中
不是FIPS认证,你需要另一个lib目录来寻找。
No, javax.crypto
is not FIPS-validated, you'll need another lib for that.
然而,这是不可能单独使用库达到2级,因为它要求搜索
硬件太(和典型的Android设备也不会被验证)。
However, it is impossible to reach level 2 with libraries alone, as it has requirements
on the hardware too (and a typical Android device is not validated either).
这篇关于Android的加密库FIPS验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!