CryptoSys API
Library Manual
Gcm Class
Gcm.Decrypt Method
Decrypt input using AES-GCM in one-off operation
Gcm.Dispose Method
Dispose of this object and clear any key schedules
Gcm.Encrypt Method
Encrypt input using AES-GCM in one-off operation
Gcm.Gmac Method
Compute GMAC using AES-GCM in one-off operation
Gcm.InitKey Method
Initializes the context with the key ready for repeated operations of Gcm.NextEncrypt, Gcm.NextDecrypt, or Gcm.NextGmac.
Gcm.Instance Method
Create the one and only instance
Gcm.NextDecrypt Method
Carries out the GCM decryption operation using the key set up by an earlier call to Gcm.InitKey.
Gcm.NextEncrypt Method
Carries out the GCM encryption operation using the key set up by an earlier call to Gcm.InitKey.
Gcm.NextGmac Method
Carries out the GMAC operation using the key set up by an earlier call to Gcm.InitKey.
Gcm.ErrCode Property
[
Contents
] [
Index
]
[
PREV: Des Class...
] [
Contents
] [
Index
]
[
NEXT: General Class...
]