-  
       
- 所有已知实现类:
 -  
         
DomainLoadStoreParameter 
- Enclosing class:
 - KeyStore
 
public static interface KeyStore.LoadStoreParameter- 从以下版本开始:
 - 1.5
 
 
-  
        
       
-  
             
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 KeyStore.ProtectionParametergetProtectionParameter()获取用于保护密钥库数据的参数。 
 -  
             
 
-  
        
       
-  
             
方法详细信息
-  
getProtectionParameter
KeyStore.ProtectionParameter getProtectionParameter()
获取用于保护密钥库数据的参数。- 结果
 - the parameter used to protect keystore data, or null
 
 
 -  
 
 -