module JWA::Algorithms::KeyManagement

Constants

KNOWN_ALGS

Public Class Methods

for(name) click to toggle source
# File lib/jwa/algorithms/key_management.rb, line 50
def for(name)
  KNOWN_ALGS[name]
end