Android 2.3 Gingerbread

java.security
Interface KeyStore.LoadStoreParameter

Enclosing class:
KeyStore

public static interface KeyStore.LoadStoreParameter

LoadStoreParameter represents a parameter that specifies how a KeyStore can be loaded and stored.

See Also:
KeyStore.load(LoadStoreParameter), KeyStore.store(LoadStoreParameter)

Method Summary
 KeyStore.ProtectionParameter getProtectionParameter()
          Returns the ProtectionParameter which is used to protect data in the KeyStore.
 

Method Detail

getProtectionParameter

KeyStore.ProtectionParameter getProtectionParameter()
Returns the ProtectionParameter which is used to protect data in the KeyStore.

Returns:
the ProtectionParameter which is used to protect data in the KeyStore, maybe null.

Android 2.3 Gingerbread