Class: Saro::Dat::DatCryptoAlgorithm
- Inherits:
-
Object
- Object
- Saro::Dat::DatCryptoAlgorithm
- Defined in:
- lib/saro/dat/crypto.rb
Constant Summary collapse
- IV_AES128_GCM =
"IV-AES128-GCM"- IV_AES256_GCM =
"IV-AES256-GCM"
Class Method Summary collapse
Class Method Details
.all ⇒ Object
14 15 16 |
# File 'lib/saro/dat/crypto.rb', line 14 def self.all [IV_AES128_GCM, IV_AES256_GCM] end |