Class: Saro::Dat::DatCryptoAlgorithm

Inherits:
Object
  • Object
show all
Defined in:
lib/saro/dat/crypto.rb

Constant Summary collapse

AES128GCMN =
"AES128GCMN"
AES256GCMN =
"AES256GCMN"

Class Method Summary collapse

Class Method Details

.allObject



13
14
15
# File 'lib/saro/dat/crypto.rb', line 13

def self.all
  [AES128GCMN, AES256GCMN]
end