abhogu opened this issue 9 years ago · 0 comments
How do we store the AesCbcWithIntegrity.SecretKeys in the keystore. The keystore api provides the following method: keyStore.setKeyEntry(String, Key, Char[],Certificate[]). How do i convert the SecretKeys construct to Key.