VpnTunnelPhase1Algorithms constructor

VpnTunnelPhase1Algorithms({
  1. List<String>? dh,
  2. List<String>? encryption,
  3. List<String>? integrity,
  4. List<String>? prf,
})

Implementation

VpnTunnelPhase1Algorithms({
  this.dh,
  this.encryption,
  this.integrity,
  this.prf,
});