java.lang.Object
net.finmath.decryptionoracle.decryption.keys.ReleaseKey

public class ReleaseKey extends Object
Release Key K Definition of the release key according to https://ssrn.com/abstract=4628811
Author:
Christian Fries
  • Constructor Details

    • ReleaseKey

      public ReleaseKey(byte[] value, String contract, byte[] transaction)

      Constructor for ReleaseKey.

      Parameters:
      value - an array of bytes objects
      contract - a String object
      transaction - an array of bytes objects
  • Method Details

    • getValue

      public byte[] getValue()

      Getter for the field value.

      Returns:
      an array of bytes objects
    • getContract

      public String getContract()

      Getter for the field contract.

      Returns:
      a String object
    • getTransaction

      public byte[] getTransaction()

      Getter for the field transaction.

      Returns:
      an array of bytes objects