Class DecryptionOracleConfig

java.lang.Object
net.finmath.decryptionoracle.config.DecryptionOracleConfig

@Configuration public class DecryptionOracleConfig extends Object
Configuration of the description oracle. Keys should be provided through a path to a keystore.
Author:
Christian Fries
  • Constructor Details

    • DecryptionOracleConfig

      public DecryptionOracleConfig()
  • Method Details

    • decryptionOracle

      @Bean public DecryptionOracle decryptionOracle()
      DecryptionOracle configuration. Supported hashing methods: keccak256, sha256
      Returns:
      a DecryptionOracle object