Android Platform Key Provider
PlatformKeyProvider implementation backed by Android KeyStore.
Properties
Functions
Link copied to clipboard
Exports serialized JWK material from an Android software key.
Link copied to clipboard
Generates an Android platform-backed key for supported types, otherwise a software key.
Link copied to clipboard
Returns whether keyType is created with platform-backed storage by this provider.
Link copied to clipboard
open suspend override fun loadSoftwareKey(keyId: String, keyType: KeyType, jwkMaterial: ByteArray): Key?
Loads an Android software key from serialized JWK material.