Stay organized with collections
Save and categorize content based on your preferences.
LoadStoreParameter
interface LoadStoreParameter
A marker interface for KeyStore
load
and store
parameters.
Summary
Public methods
getProtectionParameter
abstract fun getProtectionParameter(): KeyStore.ProtectionParameter!
Gets the parameter used to protect keystore data.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# KeyStore.LoadStoreParameter\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nLoadStoreParameter\n==================\n\n```\ninterface LoadStoreParameter\n```\n\n|------------------------------------------------|\n| [java.security.KeyStore.LoadStoreParameter](#) |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [DomainLoadStoreParameter](/reference/kotlin/java/security/DomainLoadStoreParameter) |--------------------------------------------------------------------------------------|-----------------------------------------------------------------------| | [DomainLoadStoreParameter](/reference/kotlin/java/security/DomainLoadStoreParameter) | Configuration data that specifies the keystores in a keystore domain. | |\n\nA marker interface for `KeyStore` [load](/reference/kotlin/java/security/KeyStore#load(java.security.KeyStore.LoadStoreParameter)) and [store](/reference/kotlin/java/security/KeyStore#store(java.security.KeyStore.LoadStoreParameter)) parameters.\n\nSummary\n-------\n\n| Public methods ||\n|--------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------|\n| abstract [KeyStore.ProtectionParameter](/reference/kotlin/java/security/KeyStore.ProtectionParameter)! | [getProtectionParameter](#getProtectionParameter())`()` Gets the parameter used to protect keystore data. |\n\nPublic methods\n--------------\n\n### getProtectionParameter\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nabstract fun getProtectionParameter(): KeyStore.ProtectionParameter!\n```\n\nGets the parameter used to protect keystore data.\n\n| Return ||\n|-----------------------------------------------------------------------------------------------|------------------------------------------------------|\n| [KeyStore.ProtectionParameter](/reference/kotlin/java/security/KeyStore.ProtectionParameter)! | the parameter used to protect keystore data, or null |"]]