module JWA::Algorithms::ContentEncryption

Constants

KNOWN_ENCS

Public Class Methods

for(name) click to toggle source
# File lib/jwa/algorithms/content_encryption.rb, line 23
def for(name)
  KNOWN_ENCS[name]
end