Menu

Asymmetric Key Encryption Functions

Help
GSunnic
2015-02-05
2015-02-10
  • GSunnic

    GSunnic - 2015-02-05

    Does the j4sign support RSA/ECC encryption/decryption functions ? I can't seem to find encryption/decryption functions in the Java classes.

    Thanks & Regards.

     
  • resolir

    resolir - 2015-02-05

    j4sign is target at Document Signining, so there's nothing about ENC/DEC at the moment. Moreover, i think that Encryption and Decryption is not covered by any legal regulation, at least in Italy. CMS specification of course is supporting it, so it should be possible to use BC API for that. What is your scenario for Encryption/Decryption functions?

    Bye,
    rob

     
  • GSunnic

    GSunnic - 2015-02-10

    The requirements for Encryption/Decryption is to do encryption and signing of digital documents and messages.

    One of the sample requirements would be to comply with US. IRS. IDES (http://www.irs.gov/pub/fatca/P%205190_IDES%20User%20Guide_v1_DRAFT_%20.pdf).

    I noticed that there is support for AES-256 symmetric encryption and RSA key signing at 2048 bits which fulfills 2/3 of the requirements but it lacks the asymmetric encryption of the AES-256 bit session key.

    Thanks & Regards.

     

Log in to post a comment.