Most visited

Recently visited

Added in API level 1

KeyStore.ProtectionParameter

public static interface KeyStore.ProtectionParameter

java.security.KeyStore.ProtectionParameter
Known Indirect Subclasses


密钥库保护参数的标记界面。

存储在ProtectionParameter对象中的信息将保护密钥库的内容。 例如,可以使用保护参数来检查密钥库数据的完整性,或者保护敏感密钥库数据的机密性(例如PrivateKey )。

Hooray!