HMACSign constructor

HMACSign(
  1. InputHMACSign input
)

Constructs an HMACSign with the given input parameters.

Implementation

HMACSign(InputHMACSign input) : super(input.parent);