Class: Sandal::Enc::A256GCM
Overview
The A256GCM encryption method.
Constant Summary collapse
- NAME =
The JWA name of the algorithm.
"A256GCM"
- KEY_SIZE =
The size of key that is required, in bits.
256
Instance Attribute Summary
Attributes inherited from AGCM
Instance Method Summary collapse
-
#initialize(alg) ⇒ A256GCM
constructor
Initialises a new instance.