Class ReleaseKey
java.lang.Object
net.finmath.decryptionoracle.decryption.keys.ReleaseKey
Release Key K
Definition of the release key according to https://ssrn.com/abstract=4628811
- Author:
- Christian Fries
-
Constructor Summary
ConstructorsConstructorDescriptionReleaseKey(byte[] value, String contract, byte[] transaction) Constructor for ReleaseKey. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldcontract.byte[]Getter for the fieldtransaction.byte[]getValue()Getter for the fieldvalue.
-
Constructor Details
-
ReleaseKey
Constructor for ReleaseKey.
- Parameters:
value- an array of bytes objectscontract- aStringobjecttransaction- an array of bytes objects
-
-
Method Details
-
getValue
public byte[] getValue()Getter for the field
value.- Returns:
- an array of bytes objects
-
getContract
Getter for the field
contract.- Returns:
- a
Stringobject
-
getTransaction
public byte[] getTransaction()Getter for the field
transaction.- Returns:
- an array of bytes objects
-