Class PublicPrivateEncryptionDecryptionRSA

java.lang.Object
net.finmath.decryptionoracle.decryption.PublicPrivateEncryptionDecryptionRSA
All Implemented Interfaces:
PublicPrivateEncryptionDecryption

public class PublicPrivateEncryptionDecryptionRSA extends Object implements PublicPrivateEncryptionDecryption
Standard RSA encryption and decryption. Important: This method has a limit in the plain text (~ 500 bytes). It is suitable for encrypted-hashed-keys if this limit is respected. For other applications use PublicPrivateEncryptionDecryptionRSAAESHybrid.
Author:
Christian Fries
See Also:
  • Constructor Details

    • PublicPrivateEncryptionDecryptionRSA

      public PublicPrivateEncryptionDecryptionRSA()
  • Method Details