CPlusSharp
CPlusSharp
Transforms a key in PEM format to a JSON Web key or a JWK back to its PEM format
Add two new operations. One operation to get the public key of a given certificate and another one to get the public key for a given private key.
**Is your feature request related to a problem? Please describe.** the current output format "JSON" of the RSA key generation is no really useful and must always be transformed first...
The current JSON output is nor really usable, but I was not sure if it should be removed or not. The new implementation outputs the key pair as JSONWebKeySet similar...
## Summary Similar to RSA, support "Sign with EdDSA" and "Verfiy with EdDSA" ### Example Input the needed key for the operation (sign=>private key | verify => public key) as...
## Summary Generate an EdDSA (Ed25519/Ed448) private key and a corresponding public key (similar to RSA) ### Example Input nothing ### Example Output EdDSA Private and Public Key as PEM
## Summary Similar to RSA, support "Sign with ECDSA" and "Verfiy with ECDSA" ### Example Input the needed key for the operation (sign=>private key | verify => public key) as...