Purebred / SampleKeyProvider

Sample project providing facsimile of Purebred Registration's document provider extension to enable testing key import operations
The Unlicense
3 stars 0 forks source link

Android Sample provider #2

Closed gregtse2 closed 4 years ago

gregtse2 commented 4 years ago

Hi - we'd like to get this running on Android, is there a sample or any guidance for it? Thanks!

carl-wallace commented 4 years ago

SampleKeyProvider is for iOS and is intended to facilitate testing the KeyShareConsumer app. The KeyShareConsumer app contains code similar to what one would use to integrate support for importing keys from the Purebred app. For Android, the AliasShareProvider is a similar app and is intended to facilitate testing the AliasShareConsumer app. The AliasShareConsumer app contains code similar to what one would use to integrate support for imports aliases and certificates from the Purebred app. There is no analog to KeyShareConsumer/SampleKeyProvider for Android as there is no need to share keys. Keys are already accessible via the KeyChain API.

gregtse2 commented 4 years ago

Terrific! Thanks so much Carl!