KeyExchangeBase constructor
KeyExchangeBase(
- InputKeyExchangeBase input
Constructs a KeyExchangeBase with the given input parameters.
Implementation
KeyExchangeBase(InputKeyExchangeBase input)
: _algorithm = input.algorithm,
_expirationDate = input.expirationDate,
_expirationTimes = input.expirationTimes;