GET rsa/serverKey

Return the server's public key

Resource URL

http://asymcryptwebservice.appspot.com/rsa/serverKey

Parameters

keySize required Size of the key which should be generated

Example request

GET http://asymcryptwebservice.appspot.com/rsa/serverKey?keySize=256

Example response

{
  "modulus": "9B52A96742677171C90041E3E2F5DC5175113EDC292A2A2E8EE94BB570030C67",
  "publicExponent": "10001"
}