dcrypt.crypto.modes.gcm.gcm

Undocumented in source.

Public Imports

dcrypt.crypto.modes.aead
public import dcrypt.crypto.modes.aead;
Undocumented in source.
dcrypt.crypto.params.keyparameter
public import dcrypt.crypto.params.keyparameter;
Undocumented in source.

Members

Classes

GCMCipher
class GCMCipher

OOP Wrapper for GCM

IllegalArgumentException (from dcrypt.exceptions)
class IllegalArgumentException via public import dcrypt.exceptions : InvalidCipherTextException, IllegalArgumentException;
Undocumented in source.
InvalidCipherTextException (from dcrypt.exceptions)
class InvalidCipherTextException via public import dcrypt.exceptions : InvalidCipherTextException, IllegalArgumentException;
Undocumented in source.

Structs

GCM
struct GCM(T)

usage of OOP API: auto aes_gcm = new AEADCipherWrapper!(GCM!AES)();

Meta