模块  java.base
软件包  java.security

Interface KeyStore.ProtectionParameter

  • 所有已知实现类:
    KeyStore.CallbackHandlerProtectionKeyStore.PasswordProtection
    Enclosing class:
    KeyStore

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

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

    从以下版本开始:
    1.5