Class: Saro::Dat::DatCryptoAlgorithm
- Inherits:
-
Object
- Object
- Saro::Dat::DatCryptoAlgorithm
- Defined in:
- lib/saro/dat/crypto.rb
Constant Summary collapse
- AES128GCMN =
"AES128GCMN"- AES256GCMN =
"AES256GCMN"
Class Method Summary collapse
Class Method Details
.all ⇒ Object
13 14 15 |
# File 'lib/saro/dat/crypto.rb', line 13 def self.all [AES128GCMN, AES256GCMN] end |