Please find the attached patch which generates the asymmetric keys using
algorithms RSA and DSA (EC to be added) for a valid key sizes of 512,
1024, 2048, 4096.
Key Changes in the patch -
- Adding methods for generation of Asymmetric keys in the DRM.
- Allowing the key-generate CLI command to accept algorithms RSA and
DSA.
- Returning the base64 encoded public key in the KeyInfo object
(key-show CLI command).
- Retrieving the private key using the retrieveKeyData method in the
KeyClient.
-- Abhishek