KeyProperties.KeyAlgorithm3des 字段

定义

三重数据加密算法 (3DES) 密钥。

[Android.Runtime.Register("KEY_ALGORITHM_3DES", ApiSince=28)]
public const string KeyAlgorithm3des;
[<Android.Runtime.Register("KEY_ALGORITHM_3DES", ApiSince=28)>]
val mutable KeyAlgorithm3des : string

字段值

属性

注解

三重数据加密算法 (3DES) 密钥。

此成员已弃用。 包括用于与旧系统的互操作性。 首选 KeyProperties#KEY_ALGORITHM_AES 新开发。

适用于 . 的 android.security.keystore.KeyProperties.KEY_ALGORITHM_3DESJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于