Module: JWA::Algorithms::ContentEncryption::AesCbcHs::ClassMethods
- Defined in:
- lib/jwa/algorithms/content_encryption/aes_cbc_hs.rb
Instance Method Summary collapse
Instance Method Details
#available? ⇒ Boolean
75 76 77 78 79 80 |
# File 'lib/jwa/algorithms/content_encryption/aes_cbc_hs.rb', line 75 def available? Cipher.for(cipher_name) true rescue NotImplementedError false end |