Hi Didisoft,
I am working on a project using your software and have a stream variable with the Keystore. How do I use this Keystore when it's in a stream? I would like to use it to get the keys to encrypt and decrypt, but all I find in your documentation is: Keystore ks = Keystore.OpenInMemory(). I need to be able to pass my Stream to create this Keystore variable. Please direct me in the right direction. Is it possible?
Keystore ks = KeyStore.OpenInMemory(myKeystoreStream);
Thanks,
Michelle