objc: Add iOS Keychain support.
- Adds the ability to load a keyset from the iOS keychain. Note 1: The part for writing a keyset to the keychain is missing because I need to make some changes to the C++ code. Note 2: The keychain tests don't work with Bazel. I haven't figured why yet. PiperOrigin-RevId: 203827136 GitOrigin-RevId: 95172f475455fec991b2c1e90475bc8292085a99
Showing
- objc/BUILD.bazel 28 additions, 4 deletionsobjc/BUILD.bazel
- objc/TINKKeysetHandle.h 22 additions, 0 deletionsobjc/TINKKeysetHandle.h
- objc/Tests/Host/AppDelegate.h 25 additions, 0 deletionsobjc/Tests/Host/AppDelegate.h
- objc/Tests/Host/AppDelegate.m 32 additions, 0 deletionsobjc/Tests/Host/AppDelegate.m
- objc/Tests/Host/main.m 27 additions, 0 deletionsobjc/Tests/Host/main.m
- objc/Tests/Info.plist 24 additions, 0 deletionsobjc/Tests/Info.plist
- objc/Tests/UnitTests/core/TINKKeysetHandleTest.mm 82 additions, 0 deletionsobjc/Tests/UnitTests/core/TINKKeysetHandleTest.mm
- objc/core/TINKKeysetHandle.mm 85 additions, 0 deletionsobjc/core/TINKKeysetHandle.mm
Loading
Please register or sign in to comment