Added in API level 1
  
  
  
  
Summary:
  Methods
  
KeyStore.LoadStoreParameter
  public
  static
  
  
  interface
  KeyStore.LoadStoreParameter
  
  
  
| java.security.KeyStore.LoadStoreParameter | 
A marker interface for KeyStore
 load
 and
 store
 parameters.
Summary
| Public methods | |
|---|---|
| 
        abstract
        
        
        
        
        KeyStore.ProtectionParameter | 
      getProtectionParameter()
      Gets the parameter used to protect keystore data. | 
Public methods
getProtectionParameter
    Added in API level 1
  
      
  
    public abstract KeyStore.ProtectionParameter getProtectionParameter ()
Gets the parameter used to protect keystore data.
| Returns | |
|---|---|
| KeyStore.ProtectionParameter | the parameter used to protect keystore data, or null | 
