Class CallDecryptionService.DecryptedCall

java.lang.Object
net.finmath.decryptionoracle.execution.service.CallDecryptionService.DecryptedCall
Enclosing interface:
CallDecryptionService

public static final class CallDecryptionService.DecryptedCall extends Object
Result of decrypting an encrypted call descriptor + encrypted arguments.
  • Constructor Details

    • DecryptedCall

      public DecryptedCall(CallDescriptor callDescriptor, byte[] argsPlain)
  • Method Details

    • getCallDescriptor

      public CallDescriptor getCallDescriptor()
    • getArgsPlain

      public byte[] getArgsPlain()