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