Uses of Package
net.finmath.decryptionoracle.keys.demo.base
Packages that use net.finmath.decryptionoracle.keys.demo.base
Package
Description
Classes and Programs that conveniently allow a test of the decryption oracle.
-
Classes in net.finmath.decryptionoracle.keys.demo.base used by net.finmath.decryptionoracle.keys.demoClassDescriptionTriggers a test request by calling: DummyDecryptionOracleCallback.requestDecrypt(oracle, id, encryptedKey, receiver, txNote) It generates a fresh random key (32 bytes), encrypts it with the oracle's RSA public key using OAEP(SHA-256), base64-encodes the ciphertext, and passes that as the encryptedKey.