0 Replies Latest reply on Jul 1, 2013 10:17 AM by amit02.sharma12

    what will be the output of resteasy encryption..

    amit02.sharma12

      Hi Everyone,

      i am doing resteasy encryption using s/mime.after encrypting i get this output of json:

      output:

      {"genericType":null,

      "type":"..",

      "certificate":

      {"name":"x509",

      "signature":"PrJ+.........so on"

      "basicConstraints":-1,

      "encoded":"MIIDPjCC......so on"

      "encodedInternal":"MIIDPjCCAiagA.......so on"

      "publicKey":

      {"algorithm":"RSA",

      "modulus":167380812....so on"

      "publicExponent":65537,

      "encoded":"MIIBIjANBgkqhkiG9.....so on"

      "format":"X.509",

      "encodedInternal":"MIIBIjANBgkqhkiG.....so on "

      "algorithmId":

      {"name":"RSA","parameters":null,

      "encodedParams":null,"oid"}}}}

       

      so i want to know that which is actual encrypted data that i encryptedin this above json. it show keys and certificates also..i want to know in this json where my actual encrypted data..

      Please help me out!