KeyStore.LoadStoreParameter

  • KeyStore.LoadStoreParameter is a marker interface used for parameters when loading or storing KeyStore data.

  • It provides a method getProtectionParameter() to retrieve the parameter used to protect the keystore data.

  • The getProtectionParameter() method returns the protection parameter, which can be null if no protection is applied.

public static interface KeyStore.LoadStoreParameter

A marker interface for KeyStore load and store parameters.

Public Method Summary

abstract KeyStore.ProtectionParameter
getProtectionParameter()
Gets the parameter used to protect keystore data.

Public Methods

public abstract KeyStore.ProtectionParameter getProtectionParameter ()

Gets the parameter used to protect keystore data.

Returns
  • the parameter used to protect keystore data, or null