Platform Managed Key Provider
interface PlatformManagedKeyProvider
Platform-managed key provider used by mobile wallet persistence.
Implementations must expose capability and restoration state through the structured result types below. Known key-use authorization failures must be surfaced as KeyUseAuthorizationException; callers must not need to understand provider-specific exceptions.
Inheritors
AndroidPlatformKeyProvider
IosPlatformKeyProvider
Functions
Link copied to clipboard
Deletes a platform key using its descriptor without restoring the alias first.
Link copied to clipboard
Generates a managed key in the platform key store.
Link copied to clipboard
Checks whether the requested requirements are supported without fallback.
Link copied to clipboard
Restores a platform key from its persisted descriptor.