Save the date! Android Dev Summit is coming to Sunnyvale, CA on Oct 23-24, 2019.
Added in API level 1

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