tozny/java-aes-crypto

Storing secret key

abhogu opened this issue · 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.