class JWT::JWK::EC

def ec_key

def ec_key
  @ec_key ||= create_ec_key(self[:crv], self[:x], self[:y], self[:d])
end