KeyExchangeBase constructor

KeyExchangeBase(
  1. InputKeyExchangeBase input
)

Constructs a KeyExchangeBase with the given input parameters.

Implementation

KeyExchangeBase(InputKeyExchangeBase input)
    : _algorithm = input.algorithm,
      _expirationDate = input.expirationDate,
      _expirationTimes = input.expirationTimes;