RSA - Public KEy initialization with byte[]
Hello,
I want to use two byte[]s which represent the n and the e of a given Public Key to initialize a Cipher for the RSA Algorithm. Does anybody have a good introduction on initializing RSA Public Keys. Where do I find Code Samples on this topic. At the moment I am using the Cryptix Provider but to me it doesen't mater which Provider I use
Thanks in advance
... Chris

