模块 java.base

接口 KeyStore.ProtectionParameter

所有已知的实现类:
KeyStore.CallbackHandlerProtection , KeyStore.PasswordProtection
封闭类:
KeyStore

public static interface KeyStore.ProtectionParameter
密钥库保护参数的标记接口。

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

自从:
1.5