Ejemplo n.º 1
0
 //--------------------------------------------------------Constructor:----------------------------------------------------------------\\
 #region --Constructors--
 /// <summary>
 /// Basic Constructor
 /// </summary>
 /// <history>
 /// 22/09/2018 Created [Fabian Sauter]
 /// </history>
 public Aes128GcmCpp()
 {
     this.AES_GCM_WRAPPER_CPP = new AES_GCM.AesGcmWrapper();
     this.key     = null;
     this.iv      = null;
     this.authTag = null;
 }
Ejemplo n.º 2
0
 //--------------------------------------------------------Constructor:----------------------------------------------------------------\\
 #region --Constructors--
 /// <summary>
 /// Basic Constructor
 /// </summary>
 /// <history>
 /// 22/09/2018 Created [Fabian Sauter]
 /// </history>
 public Aes128GcmCpp()
 {
     AES_GCM_WRAPPER_CPP = new AES_GCM.AesGcmWrapper();
     key     = null;
     iv      = null;
     authTag = null;
 }